#B9BF60

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

Shades of Wild Willow #B9BF60

Tints of Wild Willow #B9BF60

Color information

#B9BF60 (or 0xB9BF60) is unknown color: approx Wild Willow. HEX triplet: B9, BF and 60. RGB value is (185,191,96). Sum of RGB (Red+Green+Blue) = 185+191+96=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF60 is #46409F. Grayscale: #B2B2B2. Windows color (decimal): -4604064 or 6340537. OLE color: 6340537.

HSL color Cylindrical-coordinate representation of color #B9BF60: hue angle of 63.79º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9BF60 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB18519196-
CMYK0.0300.500.25
HSL63.79º42.6%56.27%-
HSV(B)63.79º49.74%74.9%-
XYZ40.7548.4218.26-
YUV178.3881.51132.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=39.19%
G=40.47%
B=20.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185191960.0300.500.2563.7942.656.27
HexB9BF60303219402b38
Octal2712771403062311005370
Binary10111001101111111100000110110010110011000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF60; }

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

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

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

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

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

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

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

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