#B4DCB4

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

Shades of Moss Green #B4DCB4

Tints of Moss Green #B4DCB4

Color information

#B4DCB4 (or 0xB4DCB4) is unknown color: approx Moss Green. HEX triplet: B4, DC and B4. RGB value is (180,220,180). Sum of RGB (Red+Green+Blue) = 180+220+180=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCB4 is #4B234B. Grayscale: #CBCBCB. Windows color (decimal): -4924236 or 11852980. OLE color: 11852980.

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

Color convert

RGB180220180-
CMYK0.1800.180.14
HSL120º36.36%78.43%-
HSV(B)120º18.18%86.27%-
XYZ52.6564.1852.79-
YUV203.48114.75111.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.03%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 180 (70.70% from 255) = 31.03%
R=31.03%
G=37.93%
B=31.03%

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
Decimal1802201800.1800.180.1412036.3678.43
HexB4DCB412012E78244e
Octal264334264220221617044116
Binary10110100110111001011010010010010010111011110001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCB4; }

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

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

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

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

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

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

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

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