Shades of Mountain Meadow #26BD90
Tints of Mountain Meadow #26BD90
RGB
CMYK
RGB Variations
Color information
#26BD90 (or 0x26BD90) is known color: Mountain Meadow. HEX triplet: 26, BD and 90. RGB value is (38,189,144). Sum of RGB (Red+Green+Blue) = 38+189+144=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BD90 is #D9426F. Grayscale: #8A8A8A. Windows color (decimal): -14238320 or 9485606. OLE color: 9485606.
HSL color Cylindrical-coordinate representation of color #26BD90: hue angle of 162.12º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD90 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 144 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.26 |
| HSL | 162.12º | 0.67% | 0.45% | - |
| HSV(B) | 162.12º | 0.8% | 0.74% | - |
| XYZ | 24.03 | 38.82 | 32.61 | - |
| YUV | 138.72 | 130.97 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 144 | 0.80 | 0 | 0.24 | 0.26 | 162.12 | 0.67 | 0.45 |
| Hex | 26 | BD | 90 | 50 | 0 | 18 | 1A | A2 | 43 | 2D |
| Octal | 46 | 275 | 220 | 120 | 0 | 30 | 32 | 242 | 103 | 55 |
| Binary | 100110 | 10111101 | 10010000 | 1010000 | 0 | 11000 | 11010 | 10100010 | 1000011 | 101101 |
Color Harmonies of #26BD90
Complementary color
Monochromatic Colors of #26BD90
Black with #26BD90
Text Example
Text Example
White with #26BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD90; }
p { color: rgb(38,189,144); }
H1.HeaderClassName
{
color: #26BD90;
}
.AnyTagClassName
{
color: #26BD90;
}
</style>
background-color css
<style>
a { background-color: #26BD90; }
a { background-color: rgb(38,189,144); }
div.DivClassName
{
background-color: #26BD90;
}
.BgClassName
{
background-color: #26BD90;
}
</style>
border-color css
<style>
span { border-color: #26BD90; }
span { border-color: rgb(38,189,144); }
td.TdClassName
{
border-color: #26BD90;
}
.TagClassName
{
border-color: #26BD90;
}
</style>