Shades of Mountain Meadow #08BA83
Tints of Mountain Meadow #08BA83
RGB
CMYK
RGB Variations
Color information
#08BA83 (or 0x08BA83) is known color: Mountain Meadow. HEX triplet: 08, BA and 83. RGB value is (8,186,131). Sum of RGB (Red+Green+Blue) = 8+186+131=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BA83 is #F7457C. Grayscale: #7E7E7E. Windows color (decimal): -16205181 or 8632840. OLE color: 8632840.
HSL color Cylindrical-coordinate representation of color #08BA83: hue angle of 161.46º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA83 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 131 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.27 |
| HSL | 161.46º | 0.92% | 0.38% | - |
| HSV(B) | 161.46º | 0.96% | 0.73% | - |
| XYZ | 21.76 | 36.81 | 27.43 | - |
| YUV | 126.51 | 130.53 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 131 | 0.96 | 0 | 0.30 | 0.27 | 161.46 | 0.92 | 0.38 |
| Hex | 8 | BA | 83 | 60 | 0 | 1E | 1B | A1 | 5C | 26 |
| Octal | 10 | 272 | 203 | 140 | 0 | 36 | 33 | 241 | 134 | 46 |
| Binary | 1000 | 10111010 | 10000011 | 1100000 | 0 | 11110 | 11011 | 10100001 | 1011100 | 100110 |
Color Harmonies of #08BA83
Complementary color
Monochromatic Colors of #08BA83
Black with #08BA83
Text Example
Text Example
White with #08BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA83; }
p { color: rgb(8,186,131); }
H1.HeaderClassName
{
color: #08BA83;
}
.AnyTagClassName
{
color: #08BA83;
}
</style>
background-color css
<style>
a { background-color: #08BA83; }
a { background-color: rgb(8,186,131); }
div.DivClassName
{
background-color: #08BA83;
}
.BgClassName
{
background-color: #08BA83;
}
</style>
border-color css
<style>
span { border-color: #08BA83; }
span { border-color: rgb(8,186,131); }
td.TdClassName
{
border-color: #08BA83;
}
.TagClassName
{
border-color: #08BA83;
}
</style>