#BAC093

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

Shades of Green Mist #BAC093

Tints of Green Mist #BAC093

Color information

#BAC093 (or 0xBAC093) is unknown color: approx Green Mist. HEX triplet: BA, C0 and 93. RGB value is (186,192,147). Sum of RGB (Red+Green+Blue) = 186+192+147=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC093 is #453F6C. Grayscale: #B9B9B9. Windows color (decimal): -4538221 or 9683130. OLE color: 9683130.

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

Color convert

RGB186192147-
CMYK0.0300.230.25
HSL68º26.32%66.47%-
HSV(B)68º23.44%75.29%-
XYZ44.3750.2434.96-
YUV185.08106.51128.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 192 (75.39% from 255) = 36.57%
BLUE value IS 147 (57.81% from 255) = 28%
R=35.43%
G=36.57%
B=28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921470.0300.230.256826.3266.47
HexBAC093301719441a42
Octal27230022330273110432102
Binary10111010110000001001001111010111110011000100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC093; }

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

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

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

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

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

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

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

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