#B9BF66

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

Shades of Wild Willow #B9BF66

Tints of Wild Willow #B9BF66

Color information

#B9BF66 (or 0xB9BF66) is unknown color: approx Wild Willow. HEX triplet: B9, BF and 66. RGB value is (185,191,102). Sum of RGB (Red+Green+Blue) = 185+191+102=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF66 is #464099. Grayscale: #B3B3B3. Windows color (decimal): -4604058 or 6733753. OLE color: 6733753.

HSL color Cylindrical-coordinate representation of color #B9BF66: hue angle of 64.04º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9BF66 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB185191102-
CMYK0.0300.470.25
HSL64.04º41.01%57.45%-
HSV(B)64.04º46.6%74.9%-
XYZ41.0448.5419.78-
YUV179.0684.51132.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=38.70%
G=39.96%
B=21.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911020.0300.470.2564.0441.0157.45
HexB9BF66302F19402939
Octal2712771463057311005171
Binary10111001101111111100110110101111110011000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF66; }

 p { color: rgb(185,191,102); }

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

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

 a { background-color: rgb(185,191,102); }

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

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

 span { border-color: rgb(185,191,102); }

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