Shades of Mountain Meadow #01BB84
Tints of Mountain Meadow #01BB84
RGB
CMYK
RGB Variations
Color information
#01BB84 (or 0x01BB84) is known color: Mountain Meadow. HEX triplet: 01, BB and 84. RGB value is (1,187,132). Sum of RGB (Red+Green+Blue) = 1+187+132=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BB84 is #FE447B. Grayscale: #7D7D7D. Windows color (decimal): -16663676 or 8698625. OLE color: 8698625.
HSL color Cylindrical-coordinate representation of color #01BB84: hue angle of 162.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB84 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 132 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.27 |
| HSL | 162.26º | 0.99% | 0.37% | - |
| HSV(B) | 162.26º | 0.99% | 0.73% | - |
| XYZ | 21.95 | 37.21 | 27.86 | - |
| YUV | 125.12 | 131.88 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 132 | 0.99 | 0 | 0.29 | 0.27 | 162.26 | 0.99 | 0.37 |
| Hex | 1 | BB | 84 | 63 | 0 | 1D | 1B | A2 | 63 | 25 |
| Octal | 1 | 273 | 204 | 143 | 0 | 35 | 33 | 242 | 143 | 45 |
| Binary | 1 | 10111011 | 10000100 | 1100011 | 0 | 11101 | 11011 | 10100010 | 1100011 | 100101 |
Color Harmonies of #01BB84
Complementary color
Monochromatic Colors of #01BB84
Black with #01BB84
Text Example
Text Example
White with #01BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB84; }
p { color: rgb(1,187,132); }
H1.HeaderClassName
{
color: #01BB84;
}
.AnyTagClassName
{
color: #01BB84;
}
</style>
background-color css
<style>
a { background-color: #01BB84; }
a { background-color: rgb(1,187,132); }
div.DivClassName
{
background-color: #01BB84;
}
.BgClassName
{
background-color: #01BB84;
}
</style>
border-color css
<style>
span { border-color: #01BB84; }
span { border-color: rgb(1,187,132); }
td.TdClassName
{
border-color: #01BB84;
}
.TagClassName
{
border-color: #01BB84;
}
</style>