#B9C971

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

Shades of Wild Willow #B9C971

Tints of Wild Willow #B9C971

Color information

#B9C971 (or 0xB9C971) is unknown color: approx Wild Willow. HEX triplet: B9, C9 and 71. RGB value is (185,201,113). Sum of RGB (Red+Green+Blue) = 185+201+113=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C971 is #46368E. Grayscale: #BABABA. Windows color (decimal): -4601487 or 7457209. OLE color: 7457209.

HSL color Cylindrical-coordinate representation of color #B9C971: hue angle of 70.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9C971 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB185201113-
CMYK0.0800.440.21
HSL70.91º44.9%61.57%-
HSV(B)70.91º43.78%78.82%-
XYZ43.8753.2823.59-
YUV186.1886.7127.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=37.07%
G=40.28%
B=22.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852011130.0800.440.2170.9144.961.57
HexB9C971802C15472d3e
Octal27131116110054251075576
Binary1011100111001001111000110000101100101011000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C971; }

 p { color: rgb(185,201,113); }

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

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

 a { background-color: rgb(185,201,113); }

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

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

 span { border-color: rgb(185,201,113); }

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