#BAC399

Color #BAC399 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BAC399

Tints of Green Mist #BAC399

Color information

#BAC399 (or 0xBAC399) is unknown color: approx Green Mist. HEX triplet: BA, C3 and 99. RGB value is (186,195,153). Sum of RGB (Red+Green+Blue) = 186+195+153=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC399 is #453C66. Grayscale: #BBBBBB. Windows color (decimal): -4537447 or 10077114. OLE color: 10077114.

HSL color Cylindrical-coordinate representation of color #BAC399: hue angle of 72.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC399 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB186195153-
CMYK0.0500.220.24
HSL72.86º25.93%68.24%-
HSV(B)72.86º21.54%76.47%-
XYZ45.5151.7737.73-
YUV187.52108.52126.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=34.83%
G=36.52%
B=28.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951530.0500.220.2472.8625.9368.24
HexBAC399501618491a44
Octal27230323150263011132104
Binary101110101100001110011001101010110110001001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC399; }

 p { color: rgb(186,195,153); }

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

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

 a { background-color: rgb(186,195,153); }

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

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

 span { border-color: rgb(186,195,153); }

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