Shades of Moss Green #BBEAB8
Tints of Moss Green #BBEAB8
RGB
CMYK
RGB Variations
Color information
#BBEAB8 (or 0xBBEAB8) is known color: Moss Green. HEX triplet: BB, EA and B8. RGB value is (187,234,184). Sum of RGB (Red+Green+Blue) = 187+234+184=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAB8 is #441547. Grayscale: #D6D6D6. Windows color (decimal): -4461896 or 12118715. OLE color: 12118715.
HSL color Cylindrical-coordinate representation of color #BBEAB8: hue angle of 116.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEAB8 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 184 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.08 |
| HSL | 116.4º | 0.54% | 0.82% | - |
| HSV(B) | 116.4º | 0.21% | 0.92% | - |
| XYZ | 58.57 | 72.87 | 56.33 | - |
| YUV | 214.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 184 | 0.20 | 0 | 0.21 | 0.08 | 116.4 | 0.54 | 0.82 |
| Hex | BB | EA | B8 | 14 | 0 | 15 | 8 | 74 | 36 | 52 |
| Octal | 273 | 352 | 270 | 24 | 0 | 25 | 10 | 164 | 66 | 122 |
| Binary | 10111011 | 11101010 | 10111000 | 10100 | 0 | 10101 | 1000 | 1110100 | 110110 | 1010010 |
Color Harmonies of #BBEAB8
Complementary color
Monochromatic Colors of #BBEAB8
Black with #BBEAB8
Text Example
Text Example
White with #BBEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAB8; }
p { color: rgb(187,234,184); }
H1.HeaderClassName
{
color: #BBEAB8;
}
.AnyTagClassName
{
color: #BBEAB8;
}
</style>
background-color css
<style>
a { background-color: #BBEAB8; }
a { background-color: rgb(187,234,184); }
div.DivClassName
{
background-color: #BBEAB8;
}
.BgClassName
{
background-color: #BBEAB8;
}
</style>
border-color css
<style>
span { border-color: #BBEAB8; }
span { border-color: rgb(187,234,184); }
td.TdClassName
{
border-color: #BBEAB8;
}
.TagClassName
{
border-color: #BBEAB8;
}
</style>