#BFCA5B

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

Shades of Wild Willow #BFCA5B

Tints of Wild Willow #BFCA5B

Color information

#BFCA5B (or 0xBFCA5B) is unknown color: approx Wild Willow. HEX triplet: BF, CA and 5B. RGB value is (191,202,91). Sum of RGB (Red+Green+Blue) = 191+202+91=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA5B is #4035A4. Grayscale: #BABABA. Windows color (decimal): -4208037 or 6015679. OLE color: 6015679.

HSL color Cylindrical-coordinate representation of color #BFCA5B: hue angle of 65.95º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFCA5B is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB19120291-
CMYK0.0500.550.21
HSL65.95º51.15%57.45%-
HSV(B)65.95º54.95%79.22%-
XYZ44.4954.0717.99-
YUV186.0674.36131.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 91 (35.94% from 255) = 18.80%
R=39.46%
G=41.74%
B=18.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191202910.0500.550.2165.9551.1557.45
HexBFCA5B503715423339
Octal2773121335067251026371
Binary101111111100101010110111010110111101011000010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA5B; }

 p { color: rgb(191,202,91); }

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

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

 a { background-color: rgb(191,202,91); }

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

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

 span { border-color: rgb(191,202,91); }

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