#B9D070

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

Shades of Wild Willow #B9D070

Tints of Wild Willow #B9D070

Color information

#B9D070 (or 0xB9D070) is unknown color: approx Wild Willow. HEX triplet: B9, D0 and 70. RGB value is (185,208,112). Sum of RGB (Red+Green+Blue) = 185+208+112=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D070 is #462F8F. Grayscale: #BEBEBE. Windows color (decimal): -4599696 or 7393465. OLE color: 7393465.

HSL color Cylindrical-coordinate representation of color #B9D070: hue angle of 74.38º 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 #B9D070 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB185208112-
CMYK0.1100.460.18
HSL74.38º50.53%62.75%-
HSV(B)74.38º46.15%81.57%-
XYZ45.4956.623.86-
YUV190.1883.88124.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 208 (81.64% from 255) = 41.19%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=36.63%
G=41.19%
B=22.18%

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
Decimal1852081120.1100.460.1874.3850.5362.75
HexB9D070B02E124a333f
Octal27132016013056221126377
Binary1011100111010000111000010110101110100101001010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D070; }

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

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

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

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

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

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

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

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