#BAEAB6

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

Shades of Moss Green #BAEAB6

Tints of Moss Green #BAEAB6

Color information

#BAEAB6 (or 0xBAEAB6) is unknown color: approx Moss Green. HEX triplet: BA, EA and B6. RGB value is (186,234,182). Sum of RGB (Red+Green+Blue) = 186+234+182=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAB6 is #451549. Grayscale: #D5D5D5. Windows color (decimal): -4527434 or 11987642. OLE color: 11987642.

HSL color Cylindrical-coordinate representation of color #BAEAB6: hue angle of 115.38º 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 #BAEAB6 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB186234182-
CMYK0.2100.220.08
HSL115.38º55.32%81.57%-
HSV(B)115.38º22.22%91.76%-
XYZ58.1272.6655.22-
YUV213.72110.1108.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 234 (91.80% from 255) = 38.87%
BLUE value IS 182 (71.48% from 255) = 30.23%
R=30.90%
G=38.87%
B=30.23%

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
Decimal1862341820.2100.220.08115.3855.3281.57
HexBAEAB6150168733752
Octal272352266250261016367122
Binary10111010111010101011011010101010110100011100111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAB6; }

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

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

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

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

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

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

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

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