#B9BF62

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

Shades of Wild Willow #B9BF62

Tints of Wild Willow #B9BF62

Color information

#B9BF62 (or 0xB9BF62) is unknown color: approx Wild Willow. HEX triplet: B9, BF and 62. RGB value is (185,191,98). Sum of RGB (Red+Green+Blue) = 185+191+98=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF62 is #46409D. Grayscale: #B2B2B2. Windows color (decimal): -4604062 or 6471609. OLE color: 6471609.

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

Color convert

RGB18519198-
CMYK0.0300.490.25
HSL63.87º42.08%56.67%-
HSV(B)63.87º48.69%74.9%-
XYZ40.8448.4618.76-
YUV178.682.51132.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=39.03%
G=40.30%
B=20.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185191980.0300.490.2563.8742.0856.67
HexB9BF62303119402a39
Octal2712771423061311005271
Binary10111001101111111100010110110001110011000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF62; }

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

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

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

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

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

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

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

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