#BAEEB7

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

Shades of Moss Green #BAEEB7

Tints of Moss Green #BAEEB7

Color information

#BAEEB7 (or 0xBAEEB7) is unknown color: approx Moss Green. HEX triplet: BA, EE and B7. RGB value is (186,238,183). Sum of RGB (Red+Green+Blue) = 186+238+183=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEB7 is #451148. Grayscale: #D8D8D8. Windows color (decimal): -4526409 or 12054202. OLE color: 12054202.

HSL color Cylindrical-coordinate representation of color #BAEEB7: hue angle of 116.73º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEEB7 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB186238183-
CMYK0.2200.230.07
HSL116.73º61.8%82.55%-
HSV(B)116.73º23.11%93.33%-
XYZ59.3775.0156.15-
YUV216.18109.27106.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=30.64%
G=39.21%
B=30.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381830.2200.230.07116.7361.882.55
HexBAEEB7160177753e53
Octal27235626726027716576123
Binary1011101011101110101101111011001011111111101011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEB7; }

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

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

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

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

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

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

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

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