#B1EDAE

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

Shades of Moss Green #B1EDAE

Tints of Moss Green #B1EDAE

Color information

#B1EDAE (or 0xB1EDAE) is unknown color: approx Moss Green. HEX triplet: B1, ED and AE. RGB value is (177,237,174). Sum of RGB (Red+Green+Blue) = 177+237+174=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EDAE is #4E1251. Grayscale: #D4D4D4. Windows color (decimal): -5116498 or 11464113. OLE color: 11464113.

HSL color Cylindrical-coordinate representation of color #B1EDAE: hue angle of 117.14º 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 #B1EDAE is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB177237174-
CMYK0.2500.270.07
HSL117.14º63.64%80.59%-
HSV(B)117.14º26.58%92.94%-
XYZ56.0672.9751.17-
YUV211.88106.62103.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=30.10%
G=40.31%
B=29.59%

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
Decimal1772371740.2500.270.07117.1463.6480.59
HexB1EDAE1901B7754051
Octal261355256310337165100121
Binary10110001111011011010111011001011011111111010110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDAE; }

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

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

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

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

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

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

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

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