#BACA54

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

Shades of Wild Willow #BACA54

Tints of Wild Willow #BACA54

Color information

#BACA54 (or 0xBACA54) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 54. RGB value is (186,202,84). Sum of RGB (Red+Green+Blue) = 186+202+84=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA54 is #4535AB. Grayscale: #B8B8B8. Windows color (decimal): -4535724 or 5556922. OLE color: 5556922.

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

Color convert

RGB18620284-
CMYK0.0800.580.21
HSL68.14º52.68%56.08%-
HSV(B)68.14º58.42%79.22%-
XYZ42.9753.3216.41-
YUV183.7671.7129.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 84 (33.20% from 255) = 17.80%
R=39.41%
G=42.80%
B=17.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202840.0800.580.2168.1452.6856.08
HexBACA54803A15443538
Octal27231212410072251046570
Binary1011101011001010101010010000111010101011000100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA54; }

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

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

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

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

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

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

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

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