#B0CB66

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

Shades of Wild Willow #B0CB66

Tints of Wild Willow #B0CB66

Color information

#B0CB66 (or 0xB0CB66) is unknown color: approx Wild Willow. HEX triplet: B0, CB and 66. RGB value is (176,203,102). Sum of RGB (Red+Green+Blue) = 176+203+102=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CB66 is #4F3499. Grayscale: #B7B7B7. Windows color (decimal): -5190810 or 6736816. OLE color: 6736816.

HSL color Cylindrical-coordinate representation of color #B0CB66: hue angle of 76.04º degrees, saturation: 0.49, 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 #B0CB66 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB176203102-
CMYK0.1300.500.20
HSL76.04º49.27%59.8%-
HSV(B)76.04º49.75%79.61%-
XYZ41.6652.920.59-
YUV183.4182.05122.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=36.59%
G=42.20%
B=21.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031020.1300.500.2076.0449.2759.8
HexB0CB66D032144c313c
Octal26031314615062241146174
Binary1011000011001011110011011010110010101001001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CB66; }

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

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

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

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

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

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

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

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