#BAC092

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

Shades of Green Mist #BAC092

Tints of Green Mist #BAC092

Color information

#BAC092 (or 0xBAC092) is unknown color: approx Green Mist. HEX triplet: BA, C0 and 92. RGB value is (186,192,146). Sum of RGB (Red+Green+Blue) = 186+192+146=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC092 is #453F6D. Grayscale: #B9B9B9. Windows color (decimal): -4538222 or 9617594. OLE color: 9617594.

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

Color convert

RGB186192146-
CMYK0.0300.240.25
HSL67.83º26.74%66.27%-
HSV(B)67.83º23.96%75.29%-
XYZ44.2950.2134.55-
YUV184.96106.01128.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=35.50%
G=36.64%
B=27.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921460.0300.240.2567.8326.7466.27
HexBAC092301819441b42
Octal27230022230303110433102
Binary10111010110000001001001011011000110011000100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC092; }

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

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

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

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

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

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

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

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