#B9C770

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

Shades of Wild Willow #B9C770

Tints of Wild Willow #B9C770

Color information

#B9C770 (or 0xB9C770) is unknown color: approx Wild Willow. HEX triplet: B9, C7 and 70. RGB value is (185,199,112). Sum of RGB (Red+Green+Blue) = 185+199+112=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C770 is #46388F. Grayscale: #B9B9B9. Windows color (decimal): -4602000 or 7391161. OLE color: 7391161.

HSL color Cylindrical-coordinate representation of color #B9C770: hue angle of 69.66º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9C770 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB185199112-
CMYK0.0700.440.22
HSL69.66º43.72%60.98%-
HSV(B)69.66º43.72%78.04%-
XYZ43.3652.3323.15-
YUV184.986.86128.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=37.30%
G=40.12%
B=22.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851991120.0700.440.2269.6643.7260.98
HexB9C770702C16462c3d
Octal2713071607054261065475
Binary101110011100011111100001110101100101101000110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C770; }

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

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

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

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

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

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

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

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