#B9D770

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

Shades of Wild Willow #B9D770

Tints of Wild Willow #B9D770

Color information

#B9D770 (or 0xB9D770) is unknown color: approx Wild Willow. HEX triplet: B9, D7 and 70. RGB value is (185,215,112). Sum of RGB (Red+Green+Blue) = 185+215+112=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D770 is #46288F. Grayscale: #C2C2C2. Windows color (decimal): -4597904 or 7395257. OLE color: 7395257.

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

Color convert

RGB185215112-
CMYK0.1400.480.16
HSL77.48º56.28%64.12%-
HSV(B)77.48º47.91%84.31%-
XYZ47.2360.0924.44-
YUV194.2981.56121.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 112 (44.14% from 255) = 21.88%
R=36.13%
G=41.99%
B=21.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1852151120.1400.480.1677.4856.2864.12
HexB9D770E030104d3840
Octal271327160160602011570100
Binary10111001110101111110000111001100001000010011011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D770; }

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

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

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

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

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

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

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

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