Shades of Mountain Meadow #01BB83
Tints of Mountain Meadow #01BB83
RGB
CMYK
RGB Variations
Color information
#01BB83 (or 0x01BB83) is known color: Mountain Meadow. HEX triplet: 01, BB and 83. RGB value is (1,187,131). Sum of RGB (Red+Green+Blue) = 1+187+131=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 187 (73.44% from 255 or 58.62% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BB83 is #FE447C. Grayscale: #7D7D7D. Windows color (decimal): -16663677 or 8633089. OLE color: 8633089.
HSL color Cylindrical-coordinate representation of color #01BB83: hue angle of 161.94º 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 #01BB83 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 131 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.27 |
| HSL | 161.94º | 0.99% | 0.37% | - |
| HSV(B) | 161.94º | 0.99% | 0.73% | - |
| XYZ | 21.88 | 37.19 | 27.5 | - |
| YUV | 125 | 131.38 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 131 | 0.99 | 0 | 0.30 | 0.27 | 161.94 | 0.99 | 0.37 |
| Hex | 1 | BB | 83 | 63 | 0 | 1E | 1B | A2 | 63 | 25 |
| Octal | 1 | 273 | 203 | 143 | 0 | 36 | 33 | 242 | 143 | 45 |
| Binary | 1 | 10111011 | 10000011 | 1100011 | 0 | 11110 | 11011 | 10100010 | 1100011 | 100101 |
Color Harmonies of #01BB83
Complementary color
Monochromatic Colors of #01BB83
Black with #01BB83
Text Example
Text Example
White with #01BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB83; }
p { color: rgb(1,187,131); }
H1.HeaderClassName
{
color: #01BB83;
}
.AnyTagClassName
{
color: #01BB83;
}
</style>
background-color css
<style>
a { background-color: #01BB83; }
a { background-color: rgb(1,187,131); }
div.DivClassName
{
background-color: #01BB83;
}
.BgClassName
{
background-color: #01BB83;
}
</style>
border-color css
<style>
span { border-color: #01BB83; }
span { border-color: rgb(1,187,131); }
td.TdClassName
{
border-color: #01BB83;
}
.TagClassName
{
border-color: #01BB83;
}
</style>