#BACB66

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

Shades of Wild Willow #BACB66

Tints of Wild Willow #BACB66

Color information

#BACB66 (or 0xBACB66) is unknown color: approx Wild Willow. HEX triplet: BA, CB and 66. RGB value is (186,203,102). Sum of RGB (Red+Green+Blue) = 186+203+102=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB66 is #453499. Grayscale: #BABABA. Windows color (decimal): -4535450 or 6736826. OLE color: 6736826.

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

Color convert

RGB186203102-
CMYK0.0800.500.20
HSL70.1º49.27%59.8%-
HSV(B)70.1º49.75%79.61%-
XYZ4454.1120.7-
YUV186.480.37127.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=37.88%
G=41.34%
B=20.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031020.0800.500.2070.149.2759.8
HexBACB6680321446313c
Octal27231314610062241066174
Binary1011101011001011110011010000110010101001000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB66; }

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

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

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

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

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

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

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

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