#BAC960

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

Shades of Wild Willow #BAC960

Tints of Wild Willow #BAC960

Color information

#BAC960 (or 0xBAC960) is unknown color: approx Wild Willow. HEX triplet: BA, C9 and 60. RGB value is (186,201,96). Sum of RGB (Red+Green+Blue) = 186+201+96=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC960 is #45369F. Grayscale: #B8B8B8. Windows color (decimal): -4535968 or 6343098. OLE color: 6343098.

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

Color convert

RGB18620196-
CMYK0.0700.520.21
HSL68.57º49.3%58.24%-
HSV(B)68.57º52.24%78.82%-
XYZ43.2553.0619.03-
YUV184.5478.03129.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=38.51%
G=41.61%
B=19.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186201960.0700.520.2168.5749.358.24
HexBAC96070341545313a
Octal2723111407064251056172
Binary101110101100100111000001110110100101011000101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC960; }

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

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

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

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

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

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

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

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