#B1D9AE

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

Shades of Moss Green #B1D9AE

Tints of Moss Green #B1D9AE

Color information

#B1D9AE (or 0xB1D9AE) is unknown color: approx Moss Green. HEX triplet: B1, D9 and AE. RGB value is (177,217,174). Sum of RGB (Red+Green+Blue) = 177+217+174=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D9AE is #4E2651. Grayscale: #C8C8C8. Windows color (decimal): -5121618 or 11458993. OLE color: 11458993.

HSL color Cylindrical-coordinate representation of color #B1D9AE: hue angle of 115.81º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1D9AE is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB177217174-
CMYK0.1800.200.15
HSL115.81º36.13%76.67%-
HSV(B)115.81º19.82%85.1%-
XYZ50.5862.0349.35-
YUV200.14113.25111.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=31.16%
G=38.20%
B=30.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772171740.1800.200.15115.8136.1376.67
HexB1D9AE12014F74244d
Octal261331256220241716444115
Binary10110001110110011010111010010010100111111101001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D9AE; }

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

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

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

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

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

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

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

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