Shades of Moss Green #B3DDB4
Tints of Moss Green #B3DDB4
RGB
CMYK
RGB Variations
Color information
#B3DDB4 (or 0xB3DDB4) is known color: Moss Green. HEX triplet: B3, DD and B4. RGB value is (179,221,180). Sum of RGB (Red+Green+Blue) = 179+221+180=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDB4 is #4C224B. Grayscale: #CBCBCB. Windows color (decimal): -4989516 or 11853235. OLE color: 11853235.
HSL color Cylindrical-coordinate representation of color #B3DDB4: hue angle of 121.43º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DDB4 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 180 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.13 |
| HSL | 121.43º | 0.38% | 0.78% | - |
| HSV(B) | 121.43º | 0.19% | 0.87% | - |
| XYZ | 52.69 | 64.59 | 52.87 | - |
| YUV | 203.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 180 | 0.19 | 0 | 0.19 | 0.13 | 121.43 | 0.38 | 0.78 |
| Hex | B3 | DD | B4 | 13 | 0 | 13 | D | 79 | 26 | 4E |
| Octal | 263 | 335 | 264 | 23 | 0 | 23 | 15 | 171 | 46 | 116 |
| Binary | 10110011 | 11011101 | 10110100 | 10011 | 0 | 10011 | 1101 | 1111001 | 100110 | 1001110 |
Color Harmonies of #B3DDB4
Complementary color
Monochromatic Colors of #B3DDB4
Black with #B3DDB4
Text Example
Text Example
White with #B3DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDB4; }
p { color: rgb(179,221,180); }
H1.HeaderClassName
{
color: #B3DDB4;
}
.AnyTagClassName
{
color: #B3DDB4;
}
</style>
background-color css
<style>
a { background-color: #B3DDB4; }
a { background-color: rgb(179,221,180); }
div.DivClassName
{
background-color: #B3DDB4;
}
.BgClassName
{
background-color: #B3DDB4;
}
</style>
border-color css
<style>
span { border-color: #B3DDB4; }
span { border-color: rgb(179,221,180); }
td.TdClassName
{
border-color: #B3DDB4;
}
.TagClassName
{
border-color: #B3DDB4;
}
</style>