#B1CA66

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

Shades of Wild Willow #B1CA66

Tints of Wild Willow #B1CA66

Color information

#B1CA66 (or 0xB1CA66) is unknown color: approx Wild Willow. HEX triplet: B1, CA and 66. RGB value is (177,202,102). Sum of RGB (Red+Green+Blue) = 177+202+102=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA66 is #4E3599. Grayscale: #B7B7B7. Windows color (decimal): -5125530 or 6736561. OLE color: 6736561.

HSL color Cylindrical-coordinate representation of color #B1CA66: hue angle of 75º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1CA66 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB177202102-
CMYK0.1200.500.21
HSL75º48.54%59.61%-
HSV(B)75º49.5%79.22%-
XYZ41.6552.5520.52-
YUV183.1282.22123.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=36.80%
G=42.00%
B=21.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021020.1200.500.217548.5459.61
HexB1CA66C032154b313c
Octal26131214614062251136174
Binary1011000111001010110011011000110010101011001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA66; }

 p { color: rgb(177,202,102); }

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

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

 a { background-color: rgb(177,202,102); }

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

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

 span { border-color: rgb(177,202,102); }

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