#B5DBB4

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

Shades of Moss Green #B5DBB4

Tints of Moss Green #B5DBB4

Color information

#B5DBB4 (or 0xB5DBB4) is unknown color: approx Moss Green. HEX triplet: B5, DB and B4. RGB value is (181,219,180). Sum of RGB (Red+Green+Blue) = 181+219+180=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBB4 is #4A244B. Grayscale: #CBCBCB. Windows color (decimal): -4858956 or 11852725. OLE color: 11852725.

HSL color Cylindrical-coordinate representation of color #B5DBB4: hue angle of 118.46º degrees, saturation: 0.35, 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 #B5DBB4 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB181219180-
CMYK0.1700.180.14
HSL118.46º35.14%78.24%-
HSV(B)118.46º17.81%85.88%-
XYZ52.6363.7852.72-
YUV203.19114.91112.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 180 (70.70% from 255) = 31.03%
R=31.21%
G=37.76%
B=31.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191800.1700.180.14118.4635.1478.24
HexB5DBB411012E76234e
Octal265333264210221616643116
Binary10110101110110111011010010001010010111011101101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBB4; }

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

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

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

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

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

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

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

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