#BAC299

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

Shades of Green Mist #BAC299

Tints of Green Mist #BAC299

Color information

#BAC299 (or 0xBAC299) is unknown color: approx Green Mist. HEX triplet: BA, C2 and 99. RGB value is (186,194,153). Sum of RGB (Red+Green+Blue) = 186+194+153=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC299 is #453D66. Grayscale: #BBBBBB. Windows color (decimal): -4537703 or 10076858. OLE color: 10076858.

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

Color convert

RGB186194153-
CMYK0.0400.210.24
HSL71.71º25.15%68.04%-
HSV(B)71.71º21.13%76.08%-
XYZ45.2951.3237.66-
YUV186.93108.85127.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 194 (76.17% from 255) = 36.40%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=34.90%
G=36.40%
B=28.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941530.0400.210.2471.7125.1568.04
HexBAC299401518481944
Octal27230223140253011031104
Binary101110101100001010011001100010101110001001000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC299; }

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

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

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

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

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

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

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

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