Shades of Jungle Green #26BA92
Tints of Jungle Green #26BA92
RGB
CMYK
RGB Variations
Color information
#26BA92 (or 0x26BA92) is known color: Jungle Green. HEX triplet: 26, BA and 92. RGB value is (38,186,146). Sum of RGB (Red+Green+Blue) = 38+186+146=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BA92 is #D9456D. Grayscale: #898989. Windows color (decimal): -14239086 or 9615910. OLE color: 9615910.
HSL color Cylindrical-coordinate representation of color #26BA92: hue angle of 163.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA92 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 146 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.27 |
| HSL | 163.78º | 0.66% | 0.44% | - |
| HSV(B) | 163.78º | 0.8% | 0.73% | - |
| XYZ | 23.55 | 37.61 | 33.21 | - |
| YUV | 137.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 146 | 0.80 | 0 | 0.22 | 0.27 | 163.78 | 0.66 | 0.44 |
| Hex | 26 | BA | 92 | 50 | 0 | 16 | 1B | A4 | 42 | 2C |
| Octal | 46 | 272 | 222 | 120 | 0 | 26 | 33 | 244 | 102 | 54 |
| Binary | 100110 | 10111010 | 10010010 | 1010000 | 0 | 10110 | 11011 | 10100100 | 1000010 | 101100 |
Color Harmonies of #26BA92
Complementary color
Monochromatic Colors of #26BA92
Black with #26BA92
Text Example
Text Example
White with #26BA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA92; }
p { color: rgb(38,186,146); }
H1.HeaderClassName
{
color: #26BA92;
}
.AnyTagClassName
{
color: #26BA92;
}
</style>
background-color css
<style>
a { background-color: #26BA92; }
a { background-color: rgb(38,186,146); }
div.DivClassName
{
background-color: #26BA92;
}
.BgClassName
{
background-color: #26BA92;
}
</style>
border-color css
<style>
span { border-color: #26BA92; }
span { border-color: rgb(38,186,146); }
td.TdClassName
{
border-color: #26BA92;
}
.TagClassName
{
border-color: #26BA92;
}
</style>