#B5DEB0

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

Shades of Moss Green #B5DEB0

Tints of Moss Green #B5DEB0

Color information

#B5DEB0 (or 0xB5DEB0) is unknown color: approx Moss Green. HEX triplet: B5, DE and B0. RGB value is (181,222,176). Sum of RGB (Red+Green+Blue) = 181+222+176=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DEB0 is #4A214F. Grayscale: #CCCCCC. Windows color (decimal): -4858192 or 11591349. OLE color: 11591349.

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

Color convert

RGB181222176-
CMYK0.1800.210.13
HSL113.48º41.07%78.04%-
HSV(B)113.48º20.72%87.06%-
XYZ53.0165.250.87-
YUV204.5111.92111.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 176 (69.14% from 255) = 30.40%
R=31.26%
G=38.34%
B=30.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221760.1800.210.13113.4841.0778.04
HexB5DEB012015D71294e
Octal265336260220251516151116
Binary10110101110111101011000010010010101110111100011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEB0; }

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

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

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

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

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

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

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

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