#B2EDAE

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

Shades of Moss Green #B2EDAE

Tints of Moss Green #B2EDAE

Color information

#B2EDAE (or 0xB2EDAE) is unknown color: approx Moss Green. HEX triplet: B2, ED and AE. RGB value is (178,237,174). Sum of RGB (Red+Green+Blue) = 178+237+174=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EDAE is #4D1251. Grayscale: #D4D4D4. Windows color (decimal): -5050962 or 11464114. OLE color: 11464114.

HSL color Cylindrical-coordinate representation of color #B2EDAE: hue angle of 116.19º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2EDAE is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB178237174-
CMYK0.2500.270.07
HSL116.19º63.64%80.59%-
HSV(B)116.19º26.58%92.94%-
XYZ56.2873.0951.19-
YUV212.18106.45103.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=30.22%
G=40.24%
B=29.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782371740.2500.270.07116.1963.6480.59
HexB2EDAE1901B7744051
Octal262355256310337164100121
Binary10110010111011011010111011001011011111111010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EDAE; }

 p { color: rgb(178,237,174); }

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

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

 a { background-color: rgb(178,237,174); }

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

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

 span { border-color: rgb(178,237,174); }

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