Shades of Highball #95922C
Tints of Highball #95922C
RGB
CMYK
RGB Variations
Color information
#95922C (or 0x95922C) is known color: Highball. HEX triplet: 95, 92 and 2C. RGB value is (149,146,44). Sum of RGB (Red+Green+Blue) = 149+146+44=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95922C is #6A6DD3. Grayscale: #878787. Windows color (decimal): -6974932 or 2921109. OLE color: 2921109.
HSL color Cylindrical-coordinate representation of color #95922C: hue angle of 58.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95922C is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 44 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.42 |
| HSL | 58.29º | 0.54% | 0.38% | - |
| HSV(B) | 58.29º | 0.7% | 0.58% | - |
| XYZ | 23.13 | 27.13 | 6.4 | - |
| YUV | 135.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 44 | 0 | 0.02 | 0.70 | 0.42 | 58.29 | 0.54 | 0.38 |
| Hex | 95 | 92 | 2C | 0 | 2 | 46 | 2A | 3A | 36 | 26 |
| Octal | 225 | 222 | 54 | 0 | 2 | 106 | 52 | 72 | 66 | 46 |
| Binary | 10010101 | 10010010 | 101100 | 0 | 10 | 1000110 | 101010 | 111010 | 110110 | 100110 |
Color Harmonies of #95922C
Complementary color
Monochromatic Colors of #95922C
Black with #95922C
Text Example
Text Example
White with #95922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95922C; }
p { color: rgb(149,146,44); }
H1.HeaderClassName
{
color: #95922C;
}
.AnyTagClassName
{
color: #95922C;
}
</style>
background-color css
<style>
a { background-color: #95922C; }
a { background-color: rgb(149,146,44); }
div.DivClassName
{
background-color: #95922C;
}
.BgClassName
{
background-color: #95922C;
}
</style>
border-color css
<style>
span { border-color: #95922C; }
span { border-color: rgb(149,146,44); }
td.TdClassName
{
border-color: #95922C;
}
.TagClassName
{
border-color: #95922C;
}
</style>