#B1EDAF

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

Shades of Moss Green #B1EDAF

Tints of Moss Green #B1EDAF

Color information

#B1EDAF (or 0xB1EDAF) is unknown color: approx Moss Green. HEX triplet: B1, ED and AF. RGB value is (177,237,175). Sum of RGB (Red+Green+Blue) = 177+237+175=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EDAF is #4E1250. Grayscale: #D4D4D4. Windows color (decimal): -5116497 or 11529649. OLE color: 11529649.

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

Color convert

RGB177237175-
CMYK0.2500.260.07
HSL118.06º63.27%80.78%-
HSV(B)118.06º26.16%92.94%-
XYZ56.1573.0151.69-
YUV211.99107.12103.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.05%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=30.05%
G=40.24%
B=29.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772371750.2500.260.07118.0663.2780.78
HexB1EDAF1901A7763f51
Octal26135525731032716677121
Binary1011000111101101101011111100101101011111101101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EDAF; }

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

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

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

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

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

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

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

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