#BAEAB7

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

Shades of Moss Green #BAEAB7

Tints of Moss Green #BAEAB7

Color information

#BAEAB7 (or 0xBAEAB7) is unknown color: approx Moss Green. HEX triplet: BA, EA and B7. RGB value is (186,234,183). Sum of RGB (Red+Green+Blue) = 186+234+183=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAB7 is #451548. Grayscale: #D5D5D5. Windows color (decimal): -4527433 or 12053178. OLE color: 12053178.

HSL color Cylindrical-coordinate representation of color #BAEAB7: hue angle of 116.47º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEAB7 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB186234183-
CMYK0.2100.220.08
HSL116.47º54.84%81.76%-
HSV(B)116.47º21.79%91.76%-
XYZ58.2272.755.76-
YUV213.83110.6108.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 183 (71.88% from 255) = 30.35%
R=30.85%
G=38.81%
B=30.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341830.2100.220.08116.4754.8481.76
HexBAEAB7150168743752
Octal272352267250261016467122
Binary10111010111010101011011110101010110100011101001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAB7; }

 p { color: rgb(186,234,183); }

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

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

 a { background-color: rgb(186,234,183); }

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

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

 span { border-color: rgb(186,234,183); }

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