#B1DAAE

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

Shades of Moss Green #B1DAAE

Tints of Moss Green #B1DAAE

Color information

#B1DAAE (or 0xB1DAAE) is unknown color: approx Moss Green. HEX triplet: B1, DA and AE. RGB value is (177,218,174). Sum of RGB (Red+Green+Blue) = 177+218+174=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DAAE is #4E2551. Grayscale: #C8C8C8. Windows color (decimal): -5121362 or 11459249. OLE color: 11459249.

HSL color Cylindrical-coordinate representation of color #B1DAAE: hue angle of 115.91º degrees, saturation: 0.37, 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 #B1DAAE is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB177218174-
CMYK0.1900.200.15
HSL115.91º37.29%76.86%-
HSV(B)115.91º20.18%85.49%-
XYZ50.8462.5549.44-
YUV200.72112.92111.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=31.11%
G=38.31%
B=30.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772181740.1900.200.15115.9137.2976.86
HexB1DAAE13014F74254d
Octal261332256230241716445115
Binary10110001110110101010111010011010100111111101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DAAE; }

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

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

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

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

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

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

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

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