#B1DEB0

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

Shades of Moss Green #B1DEB0

Tints of Moss Green #B1DEB0

Color information

#B1DEB0 (or 0xB1DEB0) is unknown color: approx Moss Green. HEX triplet: B1, DE and B0. RGB value is (177,222,176). Sum of RGB (Red+Green+Blue) = 177+222+176=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DEB0 is #4E214F. Grayscale: #CBCBCB. Windows color (decimal): -5120336 or 11591345. OLE color: 11591345.

HSL color Cylindrical-coordinate representation of color #B1DEB0: hue angle of 118.7º 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 #B1DEB0 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB177222176-
CMYK0.2000.210.13
HSL118.7º41.07%78.04%-
HSV(B)118.7º20.72%87.06%-
XYZ52.0964.7250.82-
YUV203.3112.59109.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.78%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=30.78%
G=38.61%
B=30.61%

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
Decimal1772221760.2000.210.13118.741.0778.04
HexB1DEB014015D77294e
Octal261336260240251516751116
Binary10110001110111101011000010100010101110111101111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEB0; }

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

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

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

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

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

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

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

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