Shades of Mountain Meadow #23BA92
Tints of Mountain Meadow #23BA92
RGB
CMYK
RGB Variations
Color information
#23BA92 (or 0x23BA92) is known color: Mountain Meadow. HEX triplet: 23, BA and 92. RGB value is (35,186,146). Sum of RGB (Red+Green+Blue) = 35+186+146=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BA92 is #DC456D. Grayscale: #888888. Windows color (decimal): -14435694 or 9615907. OLE color: 9615907.
HSL color Cylindrical-coordinate representation of color #23BA92: hue angle of 164.11º 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 #23BA92 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 146 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.27 |
| HSL | 164.11º | 0.68% | 0.43% | - |
| HSV(B) | 164.11º | 0.81% | 0.73% | - |
| XYZ | 23.44 | 37.55 | 33.21 | - |
| YUV | 136.29 | 133.47 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 146 | 0.81 | 0 | 0.22 | 0.27 | 164.11 | 0.68 | 0.43 |
| Hex | 23 | BA | 92 | 51 | 0 | 16 | 1B | A4 | 44 | 2B |
| Octal | 43 | 272 | 222 | 121 | 0 | 26 | 33 | 244 | 104 | 53 |
| Binary | 100011 | 10111010 | 10010010 | 1010001 | 0 | 10110 | 11011 | 10100100 | 1000100 | 101011 |
Color Harmonies of #23BA92
Complementary color
Monochromatic Colors of #23BA92
Black with #23BA92
Text Example
Text Example
White with #23BA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA92; }
p { color: rgb(35,186,146); }
H1.HeaderClassName
{
color: #23BA92;
}
.AnyTagClassName
{
color: #23BA92;
}
</style>
background-color css
<style>
a { background-color: #23BA92; }
a { background-color: rgb(35,186,146); }
div.DivClassName
{
background-color: #23BA92;
}
.BgClassName
{
background-color: #23BA92;
}
</style>
border-color css
<style>
span { border-color: #23BA92; }
span { border-color: rgb(35,186,146); }
td.TdClassName
{
border-color: #23BA92;
}
.TagClassName
{
border-color: #23BA92;
}
</style>