Shades of Mountain Meadow #00B884
Tints of Mountain Meadow #00B884
RGB
CMYK
RGB Variations
Color information
#00B884 (or 0x00B884) is known color: Mountain Meadow. HEX triplet: 00, B8 and 84. RGB value is (0,184,132). Sum of RGB (Red+Green+Blue) = 0+184+132=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #00B884 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B884 is #FF477B. Grayscale: #7B7B7B. Windows color (decimal): -16729980 or 8697856. OLE color: 8697856.
HSL color Cylindrical-coordinate representation of color #00B884: hue angle of 163.04º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B884 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 132 | - |
| CMYK | 1 | 0 | 0.28 | 0.28 |
| HSL | 163.04º | 1% | 0.36% | - |
| HSV(B) | 163.04º | 1% | 0.72% | - |
| XYZ | 21.31 | 35.95 | 27.65 | - |
| YUV | 123.06 | 133.04 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 132 | 1 | 0 | 0.28 | 0.28 | 163.04 | 1 | 0.36 |
| Hex | 0 | B8 | 84 | 64 | 0 | 1C | 1C | A3 | 64 | 24 |
| Octal | 0 | 270 | 204 | 144 | 0 | 34 | 34 | 243 | 144 | 44 |
| Binary | 0 | 10111000 | 10000100 | 1100100 | 0 | 11100 | 11100 | 10100011 | 1100100 | 100100 |
Color Harmonies of #00B884
Complementary color
Monochromatic Colors of #00B884
Black with #00B884
Text Example
Text Example
White with #00B884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B884; }
p { color: rgb(0,184,132); }
H1.HeaderClassName
{
color: #00B884;
}
.AnyTagClassName
{
color: #00B884;
}
</style>
background-color css
<style>
a { background-color: #00B884; }
a { background-color: rgb(0,184,132); }
div.DivClassName
{
background-color: #00B884;
}
.BgClassName
{
background-color: #00B884;
}
</style>
border-color css
<style>
span { border-color: #00B884; }
span { border-color: rgb(0,184,132); }
td.TdClassName
{
border-color: #00B884;
}
.TagClassName
{
border-color: #00B884;
}
</style>