#BAC291

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

Shades of Green Mist #BAC291

Tints of Green Mist #BAC291

Color information

#BAC291 (or 0xBAC291) is unknown color: approx Green Mist. HEX triplet: BA, C2 and 91. RGB value is (186,194,145). Sum of RGB (Red+Green+Blue) = 186+194+145=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC291 is #453D6E. Grayscale: #BABABA. Windows color (decimal): -4537711 or 9552570. OLE color: 9552570.

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

Color convert

RGB186194145-
CMYK0.0400.250.24
HSL69.8º28.65%66.47%-
HSV(B)69.8º25.26%76.08%-
XYZ44.6551.0734.29-
YUV186.02104.85127.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=35.43%
G=36.95%
B=27.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941450.0400.250.2469.828.6566.47
HexBAC291401918461d42
Octal27230222140313010635102
Binary101110101100001010010001100011001110001000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC291; }

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

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

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

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

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

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

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

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