Shades of Moss Green #B8DDB3
Tints of Moss Green #B8DDB3
RGB
CMYK
RGB Variations
Color information
#B8DDB3 (or 0xB8DDB3) is known color: Moss Green. HEX triplet: B8, DD and B3. RGB value is (184,221,179). Sum of RGB (Red+Green+Blue) = 184+221+179=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDB3 is #47224C. Grayscale: #CDCDCD. Windows color (decimal): -4661837 or 11787704. OLE color: 11787704.
HSL color Cylindrical-coordinate representation of color #B8DDB3: hue angle of 112.86º 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 #B8DDB3 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 179 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.13 |
| HSL | 112.86º | 0.38% | 0.78% | - |
| HSV(B) | 112.86º | 0.19% | 0.87% | - |
| XYZ | 53.76 | 65.16 | 52.39 | - |
| YUV | 205.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 179 | 0.17 | 0 | 0.19 | 0.13 | 112.86 | 0.38 | 0.78 |
| Hex | B8 | DD | B3 | 11 | 0 | 13 | D | 71 | 26 | 4E |
| Octal | 270 | 335 | 263 | 21 | 0 | 23 | 15 | 161 | 46 | 116 |
| Binary | 10111000 | 11011101 | 10110011 | 10001 | 0 | 10011 | 1101 | 1110001 | 100110 | 1001110 |
Color Harmonies of #B8DDB3
Complementary color
Monochromatic Colors of #B8DDB3
Black with #B8DDB3
Text Example
Text Example
White with #B8DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDB3; }
p { color: rgb(184,221,179); }
H1.HeaderClassName
{
color: #B8DDB3;
}
.AnyTagClassName
{
color: #B8DDB3;
}
</style>
background-color css
<style>
a { background-color: #B8DDB3; }
a { background-color: rgb(184,221,179); }
div.DivClassName
{
background-color: #B8DDB3;
}
.BgClassName
{
background-color: #B8DDB3;
}
</style>
border-color css
<style>
span { border-color: #B8DDB3; }
span { border-color: rgb(184,221,179); }
td.TdClassName
{
border-color: #B8DDB3;
}
.TagClassName
{
border-color: #B8DDB3;
}
</style>