#B5D8B1

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

Shades of Moss Green #B5D8B1

Tints of Moss Green #B5D8B1

Color information

#B5D8B1 (or 0xB5D8B1) is unknown color: approx Moss Green. HEX triplet: B5, D8 and B1. RGB value is (181,216,177). Sum of RGB (Red+Green+Blue) = 181+216+177=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D8B1 is #4A274E. Grayscale: #C9C9C9. Windows color (decimal): -4859727 or 11655349. OLE color: 11655349.

HSL color Cylindrical-coordinate representation of color #B5D8B1: hue angle of 113.85º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5D8B1 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB181216177-
CMYK0.1600.180.15
HSL113.85º33.33%77.06%-
HSV(B)113.85º18.06%84.71%-
XYZ51.5562.1150.87-
YUV201.09114.4113.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 177 (69.53% from 255) = 30.84%
R=31.53%
G=37.63%
B=30.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812161770.1600.180.15113.8533.3377.06
HexB5D8B110012F72214d
Octal265330261200221716241115
Binary10110101110110001011000110000010010111111100101000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D8B1; }

 p { color: rgb(181,216,177); }

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

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

 a { background-color: rgb(181,216,177); }

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

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

 span { border-color: rgb(181,216,177); }

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