#BACA5F

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

Shades of Wild Willow #BACA5F

Tints of Wild Willow #BACA5F

Color information

#BACA5F (or 0xBACA5F) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 5F. RGB value is (186,202,95). Sum of RGB (Red+Green+Blue) = 186+202+95=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA5F is #4535A0. Grayscale: #B9B9B9. Windows color (decimal): -4535713 or 6277818. OLE color: 6277818.

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

Color convert

RGB18620295-
CMYK0.0800.530.21
HSL68.97º50.23%58.24%-
HSV(B)68.97º52.97%79.22%-
XYZ43.4453.5118.86-
YUV185.0277.2128.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 95 (37.5% from 255) = 19.67%
R=38.51%
G=41.82%
B=19.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202950.0800.530.2168.9750.2358.24
HexBACA5F80351545323a
Octal27231213710065251056272
Binary1011101011001010101111110000110101101011000101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA5F; }

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

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

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

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

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

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

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

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