#BAC499

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

Shades of Green Mist #BAC499

Tints of Green Mist #BAC499

Color information

#BAC499 (or 0xBAC499) is unknown color: approx Green Mist. HEX triplet: BA, C4 and 99. RGB value is (186,196,153). Sum of RGB (Red+Green+Blue) = 186+196+153=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC499 is #453B66. Grayscale: #BCBCBC. Windows color (decimal): -4537191 or 10077370. OLE color: 10077370.

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

Color convert

RGB186196153-
CMYK0.0500.220.23
HSL73.95º26.71%68.43%-
HSV(B)73.95º21.94%76.86%-
XYZ45.7452.2237.81-
YUV188.11108.19126.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=34.77%
G=36.64%
B=28.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961530.0500.220.2373.9526.7168.43
HexBAC4995016174a1b44
Octal27230423150262711233104
Binary101110101100010010011001101010110101111001010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC499; }

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

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

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

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

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

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

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

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