#B1DEAE

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

Shades of Moss Green #B1DEAE

Tints of Moss Green #B1DEAE

Color information

#B1DEAE (or 0xB1DEAE) is unknown color: approx Moss Green. HEX triplet: B1, DE and AE. RGB value is (177,222,174). Sum of RGB (Red+Green+Blue) = 177+222+174=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DEAE is #4E2151. Grayscale: #CBCBCB. Windows color (decimal): -5120338 or 11460273. OLE color: 11460273.

HSL color Cylindrical-coordinate representation of color #B1DEAE: hue angle of 116.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1DEAE is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB177222174-
CMYK0.2000.220.13
HSL116.25º42.11%77.65%-
HSV(B)116.25º21.62%87.06%-
XYZ51.8964.6549.79-
YUV203.07111.59109.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=30.89%
G=38.74%
B=30.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772221740.2000.220.13116.2542.1177.65
HexB1DEAE14016D742a4e
Octal261336256240261516452116
Binary10110001110111101010111010100010110110111101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEAE; }

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

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

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

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

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

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

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

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