#BACA57

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

Shades of Wild Willow #BACA57

Tints of Wild Willow #BACA57

Color information

#BACA57 (or 0xBACA57) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 57. RGB value is (186,202,87). Sum of RGB (Red+Green+Blue) = 186+202+87=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA57 is #4535A8. Grayscale: #B8B8B8. Windows color (decimal): -4535721 or 5753530. OLE color: 5753530.

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

Color convert

RGB18620287-
CMYK0.0800.570.21
HSL68.35º52.04%56.67%-
HSV(B)68.35º56.93%79.22%-
XYZ43.0953.3717.05-
YUV184.1173.2129.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 87 (34.38% from 255) = 18.32%
R=39.16%
G=42.53%
B=18.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202870.0800.570.2168.3552.0456.67
HexBACA57803915443439
Octal27231212710071251046471
Binary1011101011001010101011110000111001101011000100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA57; }

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

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

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

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

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

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

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

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