#BAC591

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

Shades of Green Mist #BAC591

Tints of Green Mist #BAC591

Color information

#BAC591 (or 0xBAC591) is unknown color: approx Green Mist. HEX triplet: BA, C5 and 91. RGB value is (186,197,145). Sum of RGB (Red+Green+Blue) = 186+197+145=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC591 is #453A6E. Grayscale: #BBBBBB. Windows color (decimal): -4536943 or 9553338. OLE color: 9553338.

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

Color convert

RGB186197145-
CMYK0.0600.260.23
HSL72.69º30.95%67.06%-
HSV(B)72.69º26.4%77.25%-
XYZ45.3352.4234.52-
YUV187.78103.86126.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 197 (77.34% from 255) = 37.31%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=35.23%
G=37.31%
B=27.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971450.0600.260.2372.6930.9567.06
HexBAC591601A17491f43
Octal27230522160322711137103
Binary101110101100010110010001110011010101111001001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC591; }

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

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

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

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

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

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

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

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