#B9C66C

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

Shades of Wild Willow #B9C66C

Tints of Wild Willow #B9C66C

Color information

#B9C66C (or 0xB9C66C) is unknown color: approx Wild Willow. HEX triplet: B9, C6 and 6C. RGB value is (185,198,108). Sum of RGB (Red+Green+Blue) = 185+198+108=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C66C is #463993. Grayscale: #B8B8B8. Windows color (decimal): -4602260 or 7128761. OLE color: 7128761.

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

Color convert

RGB185198108-
CMYK0.0700.450.22
HSL68.67º44.12%60%-
HSV(B)68.67º45.45%77.65%-
XYZ42.9151.7921.92-
YUV183.8585.19128.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 108 (42.58% from 255) = 22.00%
R=37.68%
G=40.33%
B=22.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981080.0700.450.2268.6744.1260
HexB9C66C702D16452c3c
Octal2713061547055261055474
Binary101110011100011011011001110101101101101000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C66C; }

 p { color: rgb(185,198,108); }

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

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

 a { background-color: rgb(185,198,108); }

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

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

 span { border-color: rgb(185,198,108); }

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