#BAE9B6

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

Shades of Moss Green #BAE9B6

Tints of Moss Green #BAE9B6

Color information

#BAE9B6 (or 0xBAE9B6) is unknown color: approx Moss Green. HEX triplet: BA, E9 and B6. RGB value is (186,233,182). Sum of RGB (Red+Green+Blue) = 186+233+182=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9B6 is #451649. Grayscale: #D5D5D5. Windows color (decimal): -4527690 or 11987386. OLE color: 11987386.

HSL color Cylindrical-coordinate representation of color #BAE9B6: hue angle of 115.29º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE9B6 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB186233182-
CMYK0.2000.220.09
HSL115.29º53.68%81.37%-
HSV(B)115.29º21.89%91.37%-
XYZ57.8372.0955.12-
YUV213.13110.43108.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 233 (91.41% from 255) = 38.77%
BLUE value IS 182 (71.48% from 255) = 30.28%
R=30.95%
G=38.77%
B=30.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331820.2000.220.09115.2953.6881.37
HexBAE9B6140169733651
Octal272351266240261116366121
Binary10111010111010011011011010100010110100111100111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9B6; }

 p { color: rgb(186,233,182); }

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

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

 a { background-color: rgb(186,233,182); }

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

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

 span { border-color: rgb(186,233,182); }

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