#BACA66

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

Shades of Wild Willow #BACA66

Tints of Wild Willow #BACA66

Color information

#BACA66 (or 0xBACA66) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 66. RGB value is (186,202,102). Sum of RGB (Red+Green+Blue) = 186+202+102=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA66 is #453599. Grayscale: #BABABA. Windows color (decimal): -4535706 or 6736570. OLE color: 6736570.

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

Color convert

RGB186202102-
CMYK0.0800.500.21
HSL69.6º48.54%59.61%-
HSV(B)69.6º49.5%79.22%-
XYZ43.7753.6420.62-
YUV185.8280.7128.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=37.96%
G=41.22%
B=20.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021020.0800.500.2169.648.5459.61
HexBACA6680321546313c
Octal27231214610062251066174
Binary1011101011001010110011010000110010101011000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA66; }

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

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

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

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

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

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

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

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