#B6CA66

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

Shades of Wild Willow #B6CA66

Tints of Wild Willow #B6CA66

Color information

#B6CA66 (or 0xB6CA66) is unknown color: approx Wild Willow. HEX triplet: B6, CA and 66. RGB value is (182,202,102). Sum of RGB (Red+Green+Blue) = 182+202+102=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CA66 is #493599. Grayscale: #B9B9B9. Windows color (decimal): -4797850 or 6736566. OLE color: 6736566.

HSL color Cylindrical-coordinate representation of color #B6CA66: hue angle of 72º 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 #B6CA66 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB182202102-
CMYK0.1000.500.21
HSL72º48.54%59.61%-
HSV(B)72º49.5%79.22%-
XYZ42.8153.1520.57-
YUV184.6281.37126.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 102 (40.23% from 255) = 20.99%
R=37.45%
G=41.56%
B=20.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021020.1000.500.217248.5459.61
HexB6CA66A0321548313c
Octal26631214612062251106174
Binary1011011011001010110011010100110010101011001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA66; }

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

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

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

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

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

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

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

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