#B4DCB5

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

Shades of Moss Green #B4DCB5

Tints of Moss Green #B4DCB5

Color information

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

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

Color convert

RGB180220181-
CMYK0.1800.180.14
HSL121.5º36.36%78.43%-
HSV(B)121.5º18.18%86.27%-
XYZ52.7664.2353.33-
YUV203.59115.25111.17-

RGB Variations

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

RGB

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

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
Decimal1802201810.1800.180.14121.536.3678.43
HexB4DCB512012E79244e
Octal264334265220221617144116
Binary10110100110111001011010110010010010111011110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCB5; }

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

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

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

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

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

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

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

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