#B9C462

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

Shades of Wild Willow #B9C462

Tints of Wild Willow #B9C462

Color information

#B9C462 (or 0xB9C462) is unknown color: approx Wild Willow. HEX triplet: B9, C4 and 62. RGB value is (185,196,98). Sum of RGB (Red+Green+Blue) = 185+196+98=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C462 is #463B9D. Grayscale: #B5B5B5. Windows color (decimal): -4602782 or 6472889. OLE color: 6472889.

HSL color Cylindrical-coordinate representation of color #B9C462: hue angle of 66.73º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9C462 is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB18519698-
CMYK0.0600.50.23
HSL66.73º45.37%57.65%-
HSV(B)66.73º50%76.86%-
XYZ41.9550.6819.13-
YUV181.5480.86130.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 98 (38.67% from 255) = 20.46%
R=38.62%
G=40.92%
B=20.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal185196980.0600.50.2366.7345.3757.65
HexB9C462603217432d3a
Octal2713041426062271035572
Binary101110011100010011000101100110010101111000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C462; }

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

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

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

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

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

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

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

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