#B4DCB1

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

Shades of Moss Green #B4DCB1

Tints of Moss Green #B4DCB1

Color information

#B4DCB1 (or 0xB4DCB1) is unknown color: approx Moss Green. HEX triplet: B4, DC and B1. RGB value is (180,220,177). Sum of RGB (Red+Green+Blue) = 180+220+177=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DCB1 is #4B234E. Grayscale: #CBCBCB. Windows color (decimal): -4924239 or 11656372. OLE color: 11656372.

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

Color convert

RGB180220177-
CMYK0.1800.200.14
HSL115.81º38.05%77.84%-
HSV(B)115.81º19.55%86.27%-
XYZ52.3564.0651.2-
YUV203.14113.25111.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=31.20%
G=38.13%
B=30.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201770.1800.200.14115.8138.0577.84
HexB4DCB112014E74264e
Octal264334261220241616446116
Binary10110100110111001011000110010010100111011101001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCB1; }

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

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

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

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

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

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

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

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