#bfcb5a

Color #BFCB5A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BFCB5A

Tints of Wild Willow #BFCB5A

Color information

#BFCB5A (or 0xBFCB5A) is unknown color: approx Wild Willow. HEX triplet: BF, CB and 5A. RGB value is (191,203,90). Sum of RGB (Red+Green+Blue) = 191+203+90=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB5A is #4034A5. Grayscale: #BABABA. Windows color (decimal): -4207782 or 5950399. OLE color: 5950399.

HSL color Cylindrical-coordinate representation of color #BFCB5A: hue angle of 66.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFCB5A is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB19120390-
CMYK0.0600.560.20
HSL66.37º52.07%57.45%-
HSV(B)66.37º55.67%79.61%-
XYZ44.6954.5317.84-
YUV186.5373.52131.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=39.46%
G=41.94%
B=18.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191203900.0600.560.2066.3752.0757.45
HexBFCB5A603814423439
Octal2773131326070241026471
Binary101111111100101110110101100111000101001000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfcb5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfcb5a; }

 p { color: rgb(191,203,90); }

 H1.HeaderClassName
 {
   color: #bfcb5a;
 }
 .AnyTagClassName
 {
   color: #bfcb5a;
 }
</style>
background-color css

<style>
 a { background-color: #bfcb5a; }

 a { background-color: rgb(191,203,90); }

 div.DivClassName
 {
   background-color: #bfcb5a;
 }
 .BgClassName
 {
   background-color: #bfcb5a;
 }
</style>
border-color css

<style>
 span { border-color: #bfcb5a; }

 span { border-color: rgb(191,203,90); }

 td.TdClassName
 {
   border-color: #bfcb5a;
 }
 .TagClassName
 {
   border-color: #bfcb5a;
 }
</style>