Shades of Moss Green #BCEAB8
Tints of Moss Green #BCEAB8
RGB
CMYK
RGB Variations
Color information
#BCEAB8 (or 0xBCEAB8) is known color: Moss Green. HEX triplet: BC, EA and B8. RGB value is (188,234,184). Sum of RGB (Red+Green+Blue) = 188+234+184=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAB8 is #431547. Grayscale: #D6D6D6. Windows color (decimal): -4396360 or 12118716. OLE color: 12118716.
HSL color Cylindrical-coordinate representation of color #BCEAB8: hue angle of 115.2º 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 #BCEAB8 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 184 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.08 |
| HSL | 115.2º | 0.54% | 0.82% | - |
| HSV(B) | 115.2º | 0.21% | 0.92% | - |
| XYZ | 58.81 | 73 | 56.34 | - |
| YUV | 214.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 184 | 0.20 | 0 | 0.21 | 0.08 | 115.2 | 0.54 | 0.82 |
| Hex | BC | EA | B8 | 14 | 0 | 15 | 8 | 73 | 36 | 52 |
| Octal | 274 | 352 | 270 | 24 | 0 | 25 | 10 | 163 | 66 | 122 |
| Binary | 10111100 | 11101010 | 10111000 | 10100 | 0 | 10101 | 1000 | 1110011 | 110110 | 1010010 |
Color Harmonies of #BCEAB8
Complementary color
Monochromatic Colors of #BCEAB8
Black with #BCEAB8
Text Example
Text Example
White with #BCEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAB8; }
p { color: rgb(188,234,184); }
H1.HeaderClassName
{
color: #BCEAB8;
}
.AnyTagClassName
{
color: #BCEAB8;
}
</style>
background-color css
<style>
a { background-color: #BCEAB8; }
a { background-color: rgb(188,234,184); }
div.DivClassName
{
background-color: #BCEAB8;
}
.BgClassName
{
background-color: #BCEAB8;
}
</style>
border-color css
<style>
span { border-color: #BCEAB8; }
span { border-color: rgb(188,234,184); }
td.TdClassName
{
border-color: #BCEAB8;
}
.TagClassName
{
border-color: #BCEAB8;
}
</style>