#B0CC66

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

Shades of Wild Willow #B0CC66

Tints of Wild Willow #B0CC66

Color information

#B0CC66 (or 0xB0CC66) is unknown color: approx Wild Willow. HEX triplet: B0, CC and 66. RGB value is (176,204,102). Sum of RGB (Red+Green+Blue) = 176+204+102=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC66 is #4F3399. Grayscale: #B8B8B8. Windows color (decimal): -5190554 or 6737072. OLE color: 6737072.

HSL color Cylindrical-coordinate representation of color #B0CC66: hue angle of 76.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0CC66 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB176204102-
CMYK0.1400.50.2
HSL76.47º50%60%-
HSV(B)76.47º50%80%-
XYZ41.953.3820.66-
YUV18481.72122.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=36.51%
G=42.32%
B=21.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1762041020.1400.50.276.475060
HexB0CC66E032144c323c
Octal26031414616062241146274
Binary1011000011001100110011011100110010101001001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CC66; }

 p { color: rgb(176,204,102); }

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

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

 a { background-color: rgb(176,204,102); }

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

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

 span { border-color: rgb(176,204,102); }

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