#BAC190

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

Shades of Green Mist #BAC190

Tints of Green Mist #BAC190

Color information

#BAC190 (or 0xBAC190) is unknown color: approx Green Mist. HEX triplet: BA, C1 and 90. RGB value is (186,193,144). Sum of RGB (Red+Green+Blue) = 186+193+144=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC190 is #453E6F. Grayscale: #B9B9B9. Windows color (decimal): -4537968 or 9486778. OLE color: 9486778.

HSL color Cylindrical-coordinate representation of color #BAC190: hue angle of 68.57º degrees, saturation: 0.28, 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 #BAC190 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB186193144-
CMYK0.0400.250.24
HSL68.57º28.32%66.08%-
HSV(B)68.57º25.39%75.69%-
XYZ44.3550.5933.81-
YUV185.32104.68128.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 144 (56.64% from 255) = 27.53%
R=35.56%
G=36.90%
B=27.53%

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
Decimal1861931440.0400.250.2468.5728.3266.08
HexBAC190401918451c42
Octal27230122040313010534102
Binary101110101100000110010000100011001110001000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC190; }

 p { color: rgb(186,193,144); }

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

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

 a { background-color: rgb(186,193,144); }

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

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

 span { border-color: rgb(186,193,144); }

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