#BAC792

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

Shades of Green Mist #BAC792

Tints of Green Mist #BAC792

Color information

#BAC792 (or 0xBAC792) is unknown color: approx Green Mist. HEX triplet: BA, C7 and 92. RGB value is (186,199,146). Sum of RGB (Red+Green+Blue) = 186+199+146=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC792 is #45386D. Grayscale: #BDBDBD. Windows color (decimal): -4536430 or 9619386. OLE color: 9619386.

HSL color Cylindrical-coordinate representation of color #BAC792: hue angle of 74.72º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC792 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB186199146-
CMYK0.0700.270.22
HSL74.72º32.12%67.65%-
HSV(B)74.72º26.63%78.04%-
XYZ45.8653.3635.08-
YUV189.07103.69125.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 199 (78.12% from 255) = 37.48%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=35.03%
G=37.48%
B=27.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991460.0700.270.2274.7232.1267.65
HexBAC792701B164b2044
Octal27230722270332611340104
Binary1011101011000111100100101110110111011010010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC792; }

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

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

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

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

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

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

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

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