#B9D170

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

Shades of Wild Willow #B9D170

Tints of Wild Willow #B9D170

Color information

#B9D170 (or 0xB9D170) is unknown color: approx Wild Willow. HEX triplet: B9, D1 and 70. RGB value is (185,209,112). Sum of RGB (Red+Green+Blue) = 185+209+112=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D170 is #462E8F. Grayscale: #BFBFBF. Windows color (decimal): -4599440 or 7393721. OLE color: 7393721.

HSL color Cylindrical-coordinate representation of color #B9D170: hue angle of 74.85º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9D170 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB185209112-
CMYK0.1100.460.18
HSL74.85º51.32%62.94%-
HSV(B)74.85º46.41%81.96%-
XYZ45.7357.0923.94-
YUV190.7783.55123.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 112 (44.14% from 255) = 22.13%
R=36.56%
G=41.30%
B=22.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852091120.1100.460.1874.8551.3262.94
HexB9D170B02E124b333f
Octal27132116013056221136377
Binary1011100111010001111000010110101110100101001011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D170; }

 p { color: rgb(185,209,112); }

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

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

 a { background-color: rgb(185,209,112); }

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

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

 span { border-color: rgb(185,209,112); }

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