Shades of Highball #9E9A3A
Tints of Highball #9E9A3A
RGB
CMYK
RGB Variations
Color information
#9E9A3A (or 0x9E9A3A) is known color: Highball. HEX triplet: 9E, 9A and 3A. RGB value is (158,154,58). Sum of RGB (Red+Green+Blue) = 158+154+58=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9A3A is #6165C5. Grayscale: #909090. Windows color (decimal): -6383046 or 3840670. OLE color: 3840670.
HSL color Cylindrical-coordinate representation of color #9E9A3A: hue angle of 57.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E9A3A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 154 | 58 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.38 |
| HSL | 57.6º | 0.46% | 0.42% | - |
| HSV(B) | 57.6º | 0.63% | 0.62% | - |
| XYZ | 26.42 | 30.69 | 8.53 | - |
| YUV | 144.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 58 | 0 | 0.03 | 0.63 | 0.38 | 57.6 | 0.46 | 0.42 |
| Hex | 9E | 9A | 3A | 0 | 3 | 3F | 26 | 3A | 2E | 2A |
| Octal | 236 | 232 | 72 | 0 | 3 | 77 | 46 | 72 | 56 | 52 |
| Binary | 10011110 | 10011010 | 111010 | 0 | 11 | 111111 | 100110 | 111010 | 101110 | 101010 |
Color Harmonies of #9E9A3A
Complementary color
Monochromatic Colors of #9E9A3A
Black with #9E9A3A
Text Example
Text Example
White with #9E9A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9A3A; }
p { color: rgb(158,154,58); }
H1.HeaderClassName
{
color: #9E9A3A;
}
.AnyTagClassName
{
color: #9E9A3A;
}
</style>
background-color css
<style>
a { background-color: #9E9A3A; }
a { background-color: rgb(158,154,58); }
div.DivClassName
{
background-color: #9E9A3A;
}
.BgClassName
{
background-color: #9E9A3A;
}
</style>
border-color css
<style>
span { border-color: #9E9A3A; }
span { border-color: rgb(158,154,58); }
td.TdClassName
{
border-color: #9E9A3A;
}
.TagClassName
{
border-color: #9E9A3A;
}
</style>