#B9C36D

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

Shades of Wild Willow #B9C36D

Tints of Wild Willow #B9C36D

Color information

#B9C36D (or 0xB9C36D) is unknown color: approx Wild Willow. HEX triplet: B9, C3 and 6D. RGB value is (185,195,109). Sum of RGB (Red+Green+Blue) = 185+195+109=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C36D is #463C92. Grayscale: #B6B6B6. Windows color (decimal): -4603027 or 7193529. OLE color: 7193529.

HSL color Cylindrical-coordinate representation of color #B9C36D: hue angle of 66.98º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9C36D is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB185195109-
CMYK0.0500.440.24
HSL66.98º41.75%59.61%-
HSV(B)66.98º44.1%76.47%-
XYZ42.2850.4521.98-
YUV182.2186.69129.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=37.83%
G=39.88%
B=22.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951090.0500.440.2466.9841.7559.61
HexB9C36D502C18432a3c
Octal2713031555054301035274
Binary101110011100001111011011010101100110001000011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C36D; }

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

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

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

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

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

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

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

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