#B6C66D

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

Shades of Wild Willow #B6C66D

Tints of Wild Willow #B6C66D

Color information

#B6C66D (or 0xB6C66D) is unknown color: approx Wild Willow. HEX triplet: B6, C6 and 6D. RGB value is (182,198,109). Sum of RGB (Red+Green+Blue) = 182+198+109=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C66D is #493992. Grayscale: #B7B7B7. Windows color (decimal): -4798867 or 7194294. OLE color: 7194294.

HSL color Cylindrical-coordinate representation of color #B6C66D: hue angle of 70.79º 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 #B6C66D is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB182198109-
CMYK0.0800.450.22
HSL70.79º43.84%60.2%-
HSV(B)70.79º44.95%77.65%-
XYZ42.2551.4422.17-
YUV183.0786.2127.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 198 (77.73% from 255) = 40.49%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=37.22%
G=40.49%
B=22.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981090.0800.450.2270.7943.8460.2
HexB6C66D802D16472c3c
Octal26630615510055261075474
Binary1011011011000110110110110000101101101101000111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C66D; }

 p { color: rgb(182,198,109); }

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

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

 a { background-color: rgb(182,198,109); }

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

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

 span { border-color: rgb(182,198,109); }

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