#B9D870

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

Shades of Wild Willow #B9D870

Tints of Wild Willow #B9D870

Color information

#B9D870 (or 0xB9D870) is unknown color: approx Wild Willow. HEX triplet: B9, D8 and 70. RGB value is (185,216,112). Sum of RGB (Red+Green+Blue) = 185+216+112=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D870 is #46278F. Grayscale: #C3C3C3. Windows color (decimal): -4597648 or 7395513. OLE color: 7395513.

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

Color convert

RGB185216112-
CMYK0.1400.480.15
HSL77.88º57.14%64.31%-
HSV(B)77.88º48.15%84.71%-
XYZ47.4960.624.52-
YUV194.8781.23120.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 112 (44.14% from 255) = 21.83%
R=36.06%
G=42.11%
B=21.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852161120.1400.480.1577.8857.1464.31
HexB9D870E030F4e3940
Octal271330160160601711671100
Binary1011100111011000111000011100110000111110011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D870; }

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

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

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

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

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

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

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

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