#BACA63

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

Shades of Wild Willow #BACA63

Tints of Wild Willow #BACA63

Color information

#BACA63 (or 0xBACA63) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 63. RGB value is (186,202,99). Sum of RGB (Red+Green+Blue) = 186+202+99=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA63 is #45359C. Grayscale: #B9B9B9. Windows color (decimal): -4535709 or 6539962. OLE color: 6539962.

HSL color Cylindrical-coordinate representation of color #BACA63: hue angle of 69.32º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BACA63 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB18620299-
CMYK0.0800.510.21
HSL69.32º49.28%59.02%-
HSV(B)69.32º50.99%79.22%-
XYZ43.6253.5819.85-
YUV185.4779.2128.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 99 (39.06% from 255) = 20.33%
R=38.19%
G=41.48%
B=20.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202990.0800.510.2169.3249.2859.02
HexBACA6380331545313b
Octal27231214310063251056173
Binary1011101011001010110001110000110011101011000101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA63; }

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

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

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

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

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

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

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

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