Shades of Moss Green #B6DDB3
Tints of Moss Green #B6DDB3
RGB
CMYK
RGB Variations
Color information
#B6DDB3 (or 0xB6DDB3) is known color: Moss Green. HEX triplet: B6, DD and B3. RGB value is (182,221,179). Sum of RGB (Red+Green+Blue) = 182+221+179=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDB3 is #49224C. Grayscale: #CCCCCC. Windows color (decimal): -4792909 or 11787702. OLE color: 11787702.
HSL color Cylindrical-coordinate representation of color #B6DDB3: hue angle of 115.71º 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 #B6DDB3 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 221 | 179 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.13 |
| HSL | 115.71º | 0.38% | 0.78% | - |
| HSV(B) | 115.71º | 0.19% | 0.87% | - |
| XYZ | 53.28 | 64.91 | 52.37 | - |
| YUV | 204.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 221 | 179 | 0.18 | 0 | 0.19 | 0.13 | 115.71 | 0.38 | 0.78 |
| Hex | B6 | DD | B3 | 12 | 0 | 13 | D | 74 | 26 | 4E |
| Octal | 266 | 335 | 263 | 22 | 0 | 23 | 15 | 164 | 46 | 116 |
| Binary | 10110110 | 11011101 | 10110011 | 10010 | 0 | 10011 | 1101 | 1110100 | 100110 | 1001110 |
Color Harmonies of #B6DDB3
Complementary color
Monochromatic Colors of #B6DDB3
Black with #B6DDB3
Text Example
Text Example
White with #B6DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DDB3; }
p { color: rgb(182,221,179); }
H1.HeaderClassName
{
color: #B6DDB3;
}
.AnyTagClassName
{
color: #B6DDB3;
}
</style>
background-color css
<style>
a { background-color: #B6DDB3; }
a { background-color: rgb(182,221,179); }
div.DivClassName
{
background-color: #B6DDB3;
}
.BgClassName
{
background-color: #B6DDB3;
}
</style>
border-color css
<style>
span { border-color: #B6DDB3; }
span { border-color: rgb(182,221,179); }
td.TdClassName
{
border-color: #B6DDB3;
}
.TagClassName
{
border-color: #B6DDB3;
}
</style>