#BAC38E

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

Shades of Green Mist #BAC38E

Tints of Green Mist #BAC38E

Color information

#BAC38E (or 0xBAC38E) is unknown color: approx Green Mist. HEX triplet: BA, C3 and 8E. RGB value is (186,195,142). Sum of RGB (Red+Green+Blue) = 186+195+142=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC38E is #453C71. Grayscale: #BABABA. Windows color (decimal): -4537458 or 9356218. OLE color: 9356218.

HSL color Cylindrical-coordinate representation of color #BAC38E: hue angle of 70.19º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC38E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB186195142-
CMYK0.0500.270.24
HSL70.19º30.64%66.08%-
HSV(B)70.19º27.18%76.47%-
XYZ44.6551.4233.16-
YUV186.27103.02127.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 195 (76.56% from 255) = 37.28%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=35.56%
G=37.28%
B=27.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951420.0500.270.2470.1930.6466.08
HexBAC38E501B18461f42
Octal27230321650333010637102
Binary101110101100001110001110101011011110001000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC38E; }

 p { color: rgb(186,195,142); }

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

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

 a { background-color: rgb(186,195,142); }

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

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

 span { border-color: rgb(186,195,142); }

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