#B1D5AE

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

Shades of Moss Green #B1D5AE

Tints of Moss Green #B1D5AE

Color information

#B1D5AE (or 0xB1D5AE) is unknown color: approx Moss Green. HEX triplet: B1, D5 and AE. RGB value is (177,213,174). Sum of RGB (Red+Green+Blue) = 177+213+174=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D5AE is #4E2A51. Grayscale: #C5C5C5. Windows color (decimal): -5122642 or 11457969. OLE color: 11457969.

HSL color Cylindrical-coordinate representation of color #B1D5AE: hue angle of 115.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1D5AE is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB177213174-
CMYK0.1700.180.16
HSL115.38º31.71%75.88%-
HSV(B)115.38º18.31%83.53%-
XYZ49.5759.9949.01-
YUV197.79114.57113.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=31.38%
G=37.77%
B=30.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772131740.1700.180.16115.3831.7175.88
HexB1D5AE110121073204c
Octal261325256210222016340114
Binary101100011101010110101110100010100101000011100111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D5AE; }

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

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

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

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

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

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

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

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