#B2DEAD

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

Shades of Moss Green #B2DEAD

Tints of Moss Green #B2DEAD

Color information

#B2DEAD (or 0xB2DEAD) is unknown color: approx Moss Green. HEX triplet: B2, DE and AD. RGB value is (178,222,173). Sum of RGB (Red+Green+Blue) = 178+222+173=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DEAD is #4D2152. Grayscale: #CBCBCB. Windows color (decimal): -5054803 or 11394738. OLE color: 11394738.

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

Color convert

RGB178222173-
CMYK0.2000.220.13
HSL113.88º42.61%77.45%-
HSV(B)113.88º22.07%87.06%-
XYZ52.0264.7249.29-
YUV203.26110.92109.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=31.06%
G=38.74%
B=30.19%

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
Decimal1782221730.2000.220.13113.8842.6177.45
HexB2DEAD14016D722b4d
Octal262336255240261516253115
Binary10110010110111101010110110100010110110111100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEAD; }

 p { color: rgb(178,222,173); }

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

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

 a { background-color: rgb(178,222,173); }

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

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

 span { border-color: rgb(178,222,173); }

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