#BACC66

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

Shades of Wild Willow #BACC66

Tints of Wild Willow #BACC66

Color information

#BACC66 (or 0xBACC66) is unknown color: approx Wild Willow. HEX triplet: BA, CC and 66. RGB value is (186,204,102). Sum of RGB (Red+Green+Blue) = 186+204+102=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC66 is #453399. Grayscale: #BBBBBB. Windows color (decimal): -4535194 or 6737082. OLE color: 6737082.

HSL color Cylindrical-coordinate representation of color #BACC66: hue angle of 70.59º 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 #BACC66 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB186204102-
CMYK0.0900.50.2
HSL70.59º50%60%-
HSV(B)70.59º50%80%-
XYZ44.2454.5820.77-
YUV186.9980.04127.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=37.80%
G=41.46%
B=20.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041020.0900.50.270.595060
HexBACC6690321447323c
Octal27231414611062241076274
Binary1011101011001100110011010010110010101001000111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC66; }

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

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

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

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

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

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

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

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