Shades of Mountain Meadow #23BA86
Tints of Mountain Meadow #23BA86
RGB
CMYK
RGB Variations
Color information
#23BA86 (or 0x23BA86) is known color: Mountain Meadow. HEX triplet: 23, BA and 86. RGB value is (35,186,134). Sum of RGB (Red+Green+Blue) = 35+186+134=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BA86 is #DC4579. Grayscale: #868686. Windows color (decimal): -14435706 or 8829475. OLE color: 8829475.
HSL color Cylindrical-coordinate representation of color #23BA86: hue angle of 159.34º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BA86 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 134 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.27 |
| HSL | 159.34º | 0.68% | 0.43% | - |
| HSV(B) | 159.34º | 0.81% | 0.73% | - |
| XYZ | 22.56 | 37.2 | 28.55 | - |
| YUV | 134.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 134 | 0.81 | 0 | 0.28 | 0.27 | 159.34 | 0.68 | 0.43 |
| Hex | 23 | BA | 86 | 51 | 0 | 1C | 1B | 9F | 44 | 2B |
| Octal | 43 | 272 | 206 | 121 | 0 | 34 | 33 | 237 | 104 | 53 |
| Binary | 100011 | 10111010 | 10000110 | 1010001 | 0 | 11100 | 11011 | 10011111 | 1000100 | 101011 |
Color Harmonies of #23BA86
Complementary color
Monochromatic Colors of #23BA86
Black with #23BA86
Text Example
Text Example
White with #23BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA86; }
p { color: rgb(35,186,134); }
H1.HeaderClassName
{
color: #23BA86;
}
.AnyTagClassName
{
color: #23BA86;
}
</style>
background-color css
<style>
a { background-color: #23BA86; }
a { background-color: rgb(35,186,134); }
div.DivClassName
{
background-color: #23BA86;
}
.BgClassName
{
background-color: #23BA86;
}
</style>
border-color css
<style>
span { border-color: #23BA86; }
span { border-color: rgb(35,186,134); }
td.TdClassName
{
border-color: #23BA86;
}
.TagClassName
{
border-color: #23BA86;
}
</style>