#B5DCB4

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

Shades of Moss Green #B5DCB4

Tints of Moss Green #B5DCB4

Color information

#B5DCB4 (or 0xB5DCB4) is unknown color: approx Moss Green. HEX triplet: B5, DC and B4. RGB value is (181,220,180). Sum of RGB (Red+Green+Blue) = 181+220+180=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCB4 is #4A234B. Grayscale: #CBCBCB. Windows color (decimal): -4858700 or 11852981. OLE color: 11852981.

HSL color Cylindrical-coordinate representation of color #B5DCB4: hue angle of 118.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCB4 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB181220180-
CMYK0.1800.180.14
HSL118.5º36.36%78.43%-
HSV(B)118.5º18.18%86.27%-
XYZ52.8964.3152.8-
YUV203.78114.58111.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.15%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=31.15%
G=37.87%
B=30.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201800.1800.180.14118.536.3678.43
HexB5DCB412012E76244e
Octal265334264220221616644116
Binary10110101110111001011010010010010010111011101101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCB4; }

 p { color: rgb(181,220,180); }

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

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

 a { background-color: rgb(181,220,180); }

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

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

 span { border-color: rgb(181,220,180); }

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