#B9C362

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

Shades of Wild Willow #B9C362

Tints of Wild Willow #B9C362

Color information

#B9C362 (or 0xB9C362) is unknown color: approx Wild Willow. HEX triplet: B9, C3 and 62. RGB value is (185,195,98). Sum of RGB (Red+Green+Blue) = 185+195+98=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C362 is #463C9D. Grayscale: #B5B5B5. Windows color (decimal): -4603038 or 6472633. OLE color: 6472633.

HSL color Cylindrical-coordinate representation of color #B9C362: hue angle of 66.19º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9C362 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB18519598-
CMYK0.0500.500.24
HSL66.19º44.7%57.45%-
HSV(B)66.19º49.74%76.47%-
XYZ41.7350.2319.05-
YUV180.9581.19130.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=38.70%
G=40.79%
B=20.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185195980.0500.500.2466.1944.757.45
HexB9C362503218422d39
Octal2713031425062301025571
Binary101110011100001111000101010110010110001000010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C362; }

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

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

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

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

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

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

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

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