#B2DEB0

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

Shades of Moss Green #B2DEB0

Tints of Moss Green #B2DEB0

Color information

#B2DEB0 (or 0xB2DEB0) is unknown color: approx Moss Green. HEX triplet: B2, DE and B0. RGB value is (178,222,176). Sum of RGB (Red+Green+Blue) = 178+222+176=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DEB0 is #4D214F. Grayscale: #CBCBCB. Windows color (decimal): -5054800 or 11591346. OLE color: 11591346.

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

Color convert

RGB178222176-
CMYK0.2000.210.13
HSL117.39º41.07%78.04%-
HSV(B)117.39º20.72%87.06%-
XYZ52.3264.8450.83-
YUV203.6112.42109.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.90%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=30.90%
G=38.54%
B=30.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221760.2000.210.13117.3941.0778.04
HexB2DEB014015D75294e
Octal262336260240251516551116
Binary10110010110111101011000010100010101110111101011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEB0; }

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

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

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

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

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

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

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

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