Shades of Highball #92954A
Tints of Highball #92954A
RGB
CMYK
RGB Variations
Color information
#92954A (or 0x92954A) is known color: Highball. HEX triplet: 92, 95 and 4A. RGB value is (146,149,74). Sum of RGB (Red+Green+Blue) = 146+149+74=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #92954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92954A is #6D6AB5. Grayscale: #8B8B8B. Windows color (decimal): -7170742 or 4887954. OLE color: 4887954.
HSL color Cylindrical-coordinate representation of color #92954A: hue angle of 62.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92954A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 74 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.42 |
| HSL | 62.4º | 0.34% | 0.44% | - |
| HSV(B) | 62.4º | 0.5% | 0.58% | - |
| XYZ | 23.84 | 28.1 | 10.65 | - |
| YUV | 139.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 74 | 0.02 | 0 | 0.50 | 0.42 | 62.4 | 0.34 | 0.44 |
| Hex | 92 | 95 | 4A | 2 | 0 | 32 | 2A | 3E | 22 | 2C |
| Octal | 222 | 225 | 112 | 2 | 0 | 62 | 52 | 76 | 42 | 54 |
| Binary | 10010010 | 10010101 | 1001010 | 10 | 0 | 110010 | 101010 | 111110 | 100010 | 101100 |
Color Harmonies of #92954A
Complementary color
Monochromatic Colors of #92954A
Black with #92954A
Text Example
Text Example
White with #92954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92954A; }
p { color: rgb(146,149,74); }
H1.HeaderClassName
{
color: #92954A;
}
.AnyTagClassName
{
color: #92954A;
}
</style>
background-color css
<style>
a { background-color: #92954A; }
a { background-color: rgb(146,149,74); }
div.DivClassName
{
background-color: #92954A;
}
.BgClassName
{
background-color: #92954A;
}
</style>
border-color css
<style>
span { border-color: #92954A; }
span { border-color: rgb(146,149,74); }
td.TdClassName
{
border-color: #92954A;
}
.TagClassName
{
border-color: #92954A;
}
</style>