#BAC097

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

Shades of Green Mist #BAC097

Tints of Green Mist #BAC097

Color information

#BAC097 (or 0xBAC097) is unknown color: approx Green Mist. HEX triplet: BA, C0 and 97. RGB value is (186,192,151). Sum of RGB (Red+Green+Blue) = 186+192+151=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC097 is #453F68. Grayscale: #B9B9B9. Windows color (decimal): -4538217 or 9945274. OLE color: 9945274.

HSL color Cylindrical-coordinate representation of color #BAC097: hue angle of 68.78º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC097 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB186192151-
CMYK0.0300.210.25
HSL68.78º24.55%67.25%-
HSV(B)68.78º21.35%75.29%-
XYZ44.6950.3736.65-
YUV185.53108.51128.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 151 (59.38% from 255) = 28.54%
R=35.16%
G=36.29%
B=28.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921510.0300.210.2568.7824.5567.25
HexBAC097301519451943
Octal27230022730253110531103
Binary10111010110000001001011111010101110011000101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC097; }

 p { color: rgb(186,192,151); }

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

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

 a { background-color: rgb(186,192,151); }

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

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

 span { border-color: rgb(186,192,151); }

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