Shades of Highball #92953A
Tints of Highball #92953A
RGB
CMYK
RGB Variations
Color information
#92953A (or 0x92953A) is known color: Highball. HEX triplet: 92, 95 and 3A. RGB value is (146,149,58). Sum of RGB (Red+Green+Blue) = 146+149+58=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #92953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92953A is #6D6AC5. Grayscale: #8A8A8A. Windows color (decimal): -7170758 or 3839378. OLE color: 3839378.
HSL color Cylindrical-coordinate representation of color #92953A: hue angle of 61.98º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92953A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 58 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.42 |
| HSL | 61.98º | 0.44% | 0.41% | - |
| HSV(B) | 61.98º | 0.61% | 0.58% | - |
| XYZ | 23.37 | 27.91 | 8.16 | - |
| YUV | 137.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 58 | 0.02 | 0 | 0.61 | 0.42 | 61.98 | 0.44 | 0.41 |
| Hex | 92 | 95 | 3A | 2 | 0 | 3D | 2A | 3E | 2C | 29 |
| Octal | 222 | 225 | 72 | 2 | 0 | 75 | 52 | 76 | 54 | 51 |
| Binary | 10010010 | 10010101 | 111010 | 10 | 0 | 111101 | 101010 | 111110 | 101100 | 101001 |
Color Harmonies of #92953A
Complementary color
Monochromatic Colors of #92953A
Black with #92953A
Text Example
Text Example
White with #92953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92953A; }
p { color: rgb(146,149,58); }
H1.HeaderClassName
{
color: #92953A;
}
.AnyTagClassName
{
color: #92953A;
}
</style>
background-color css
<style>
a { background-color: #92953A; }
a { background-color: rgb(146,149,58); }
div.DivClassName
{
background-color: #92953A;
}
.BgClassName
{
background-color: #92953A;
}
</style>
border-color css
<style>
span { border-color: #92953A; }
span { border-color: rgb(146,149,58); }
td.TdClassName
{
border-color: #92953A;
}
.TagClassName
{
border-color: #92953A;
}
</style>