#BAC198

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

Shades of Green Mist #BAC198

Tints of Green Mist #BAC198

Color information

#BAC198 (or 0xBAC198) is unknown color: approx Green Mist. HEX triplet: BA, C1 and 98. RGB value is (186,193,152). Sum of RGB (Red+Green+Blue) = 186+193+152=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC198 is #453E67. Grayscale: #BABABA. Windows color (decimal): -4537960 or 10011066. OLE color: 10011066.

HSL color Cylindrical-coordinate representation of color #BAC198: hue angle of 70.24º 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 #BAC198 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB186193152-
CMYK0.0400.210.24
HSL70.24º24.85%67.65%-
HSV(B)70.24º21.24%75.69%-
XYZ44.9950.8537.15-
YUV186.23108.68127.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=35.03%
G=36.35%
B=28.63%

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
Decimal1861931520.0400.210.2470.2424.8567.65
HexBAC198401518461944
Octal27230123040253010631104
Binary101110101100000110011000100010101110001000110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC198; }

 p { color: rgb(186,193,152); }

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

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

 a { background-color: rgb(186,193,152); }

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

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

 span { border-color: rgb(186,193,152); }

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