#BACA5A

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

Shades of Wild Willow #BACA5A

Tints of Wild Willow #BACA5A

Color information

#BACA5A (or 0xBACA5A) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 5A. RGB value is (186,202,90). Sum of RGB (Red+Green+Blue) = 186+202+90=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA5A is #4535A5. Grayscale: #B8B8B8. Windows color (decimal): -4535718 or 5950138. OLE color: 5950138.

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

Color convert

RGB18620290-
CMYK0.0800.550.21
HSL68.57º51.38%57.25%-
HSV(B)68.57º55.45%79.22%-
XYZ43.2253.4217.71-
YUV184.4574.7129.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 90 (35.55% from 255) = 18.83%
R=38.91%
G=42.26%
B=18.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202900.0800.550.2168.5751.3857.25
HexBACA5A803715453339
Octal27231213210067251056371
Binary1011101011001010101101010000110111101011000101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA5A; }

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

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

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

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

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

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

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

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