#BAC693

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

Shades of Green Mist #BAC693

Tints of Green Mist #BAC693

Color information

#BAC693 (or 0xBAC693) is unknown color: approx Green Mist. HEX triplet: BA, C6 and 93. RGB value is (186,198,147). Sum of RGB (Red+Green+Blue) = 186+198+147=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC693 is #45396C. Grayscale: #BCBCBC. Windows color (decimal): -4536685 or 9684666. OLE color: 9684666.

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

Color convert

RGB186198147-
CMYK0.0600.260.22
HSL74.12º30.91%67.65%-
HSV(B)74.12º25.76%77.65%-
XYZ45.7152.9335.41-
YUV188.6104.52126.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=35.03%
G=37.29%
B=27.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981470.0600.260.2274.1230.9167.65
HexBAC693601A164a1f44
Octal27230622360322611237104
Binary101110101100011010010011110011010101101001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC693; }

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

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

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

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

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

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

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

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