Shades of Moss Green #B8DDB4
Tints of Moss Green #B8DDB4
RGB
CMYK
RGB Variations
Color information
#B8DDB4 (or 0xB8DDB4) is known color: Moss Green. HEX triplet: B8, DD and B4. RGB value is (184,221,180). Sum of RGB (Red+Green+Blue) = 184+221+180=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDB4 is #47224B. Grayscale: #CDCDCD. Windows color (decimal): -4661836 or 11853240. OLE color: 11853240.
HSL color Cylindrical-coordinate representation of color #B8DDB4: hue angle of 114.15º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8DDB4 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 184 | 221 | 180 | - |
CMYK | 0.17 | 0 | 0.19 | 0.13 |
HSL | 114.15º | 0.38% | 0.79% | - |
HSV(B) | 114.15º | 0.19% | 0.87% | - |
XYZ | 53.86 | 65.2 | 52.93 | - |
YUV | 205.26 | 113.74 | 112.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 221 | 180 | 0.17 | 0 | 0.19 | 0.13 | 114.15 | 0.38 | 0.79 |
Hex | B8 | DD | B4 | 11 | 0 | 13 | D | 72 | 26 | 4F |
Octal | 270 | 335 | 264 | 21 | 0 | 23 | 15 | 162 | 46 | 117 |
Binary | 10111000 | 11011101 | 10110100 | 10001 | 0 | 10011 | 1101 | 1110010 | 100110 | 1001111 |
Color Harmonies of #B8DDB4
Complementary color
Monochromatic Colors of #B8DDB4
Black with #B8DDB4
Text Example
Text Example
White with #B8DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDB4; }
p { color: rgb(184,221,180); }
H1.HeaderClassName
{
color: #B8DDB4;
}
.AnyTagClassName
{
color: #B8DDB4;
}
</style>
background-color css
<style>
a { background-color: #B8DDB4; }
a { background-color: rgb(184,221,180); }
div.DivClassName
{
background-color: #B8DDB4;
}
.BgClassName
{
background-color: #B8DDB4;
}
</style>
border-color css
<style>
span { border-color: #B8DDB4; }
span { border-color: rgb(184,221,180); }
td.TdClassName
{
border-color: #B8DDB4;
}
.TagClassName
{
border-color: #B8DDB4;
}
</style>