#BAC959

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

Shades of Wild Willow #BAC959

Tints of Wild Willow #BAC959

Color information

#BAC959 (or 0xBAC959) is unknown color: approx Wild Willow. HEX triplet: BA, C9 and 59. RGB value is (186,201,89). Sum of RGB (Red+Green+Blue) = 186+201+89=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC959 is #4536A6. Grayscale: #B8B8B8. Windows color (decimal): -4535975 or 5884346. OLE color: 5884346.

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

Color convert

RGB18620189-
CMYK0.0700.560.21
HSL68.04º50.91%56.86%-
HSV(B)68.04º55.72%78.82%-
XYZ42.9452.9317.41-
YUV183.7574.53129.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 201 (78.91% from 255) = 42.23%
BLUE value IS 89 (35.16% from 255) = 18.70%
R=39.08%
G=42.23%
B=18.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186201890.0700.560.2168.0450.9156.86
HexBAC959703815443339
Octal2723111317070251046371
Binary101110101100100110110011110111000101011000100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC959; }

 p { color: rgb(186,201,89); }

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

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

 a { background-color: rgb(186,201,89); }

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

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

 span { border-color: rgb(186,201,89); }

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