#BAC596

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

Shades of Green Mist #BAC596

Tints of Green Mist #BAC596

Color information

#BAC596 (or 0xBAC596) is unknown color: approx Green Mist. HEX triplet: BA, C5 and 96. RGB value is (186,197,150). Sum of RGB (Red+Green+Blue) = 186+197+150=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC596 is #453A69. Grayscale: #BCBCBC. Windows color (decimal): -4536938 or 9881018. OLE color: 9881018.

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

Color convert

RGB186197150-
CMYK0.0600.240.23
HSL74.04º28.83%68.04%-
HSV(B)74.04º23.86%77.25%-
XYZ45.7252.5736.59-
YUV188.35106.36126.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 197 (77.34% from 255) = 36.96%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=34.90%
G=36.96%
B=28.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971500.0600.240.2374.0428.8368.04
HexBAC5966018174a1d44
Octal27230522660302711235104
Binary101110101100010110010110110011000101111001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC596; }

 p { color: rgb(186,197,150); }

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

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

 a { background-color: rgb(186,197,150); }

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

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

 span { border-color: rgb(186,197,150); }

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