#B9D96B

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

Shades of Wild Willow #B9D96B

Tints of Wild Willow #B9D96B

Color information

#B9D96B (or 0xB9D96B) is unknown color: approx Wild Willow. HEX triplet: B9, D9 and 6B. RGB value is (185,217,107). Sum of RGB (Red+Green+Blue) = 185+217+107=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D96B is #462694. Grayscale: #C3C3C3. Windows color (decimal): -4597397 or 7068089. OLE color: 7068089.

HSL color Cylindrical-coordinate representation of color #B9D96B: hue angle of 77.45º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9D96B is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB185217107-
CMYK0.1500.510.15
HSL77.45º59.14%63.53%-
HSV(B)77.45º50.69%85.1%-
XYZ47.476123.18-
YUV194.8978.4120.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 107 (42.19% from 255) = 21.02%
R=36.35%
G=42.63%
B=21.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852171070.1500.510.1577.4559.1463.53
HexB9D96BF033F4d3b40
Octal271331153170631711573100
Binary1011100111011001110101111110110011111110011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D96B; }

 p { color: rgb(185,217,107); }

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

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

 a { background-color: rgb(185,217,107); }

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

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

 span { border-color: rgb(185,217,107); }

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