Shades of Highball #949251
Tints of Highball #949251
RGB
CMYK
RGB Variations
Color information
#949251 (or 0x949251) is known color: Highball. HEX triplet: 94, 92 and 51. RGB value is (148,146,81). Sum of RGB (Red+Green+Blue) = 148+146+81=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #949251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949251 is #6B6DAE. Grayscale: #8B8B8B. Windows color (decimal): -7040431 or 5345940. OLE color: 5345940.
HSL color Cylindrical-coordinate representation of color #949251: hue angle of 58.21º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #949251 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 81 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.42 |
| HSL | 58.21º | 0.29% | 0.45% | - |
| HSV(B) | 58.21º | 0.45% | 0.58% | - |
| XYZ | 23.98 | 27.45 | 11.82 | - |
| YUV | 139.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 81 | 0 | 0.01 | 0.45 | 0.42 | 58.21 | 0.29 | 0.45 |
| Hex | 94 | 92 | 51 | 0 | 1 | 2D | 2A | 3A | 1D | 2D |
| Octal | 224 | 222 | 121 | 0 | 1 | 55 | 52 | 72 | 35 | 55 |
| Binary | 10010100 | 10010010 | 1010001 | 0 | 1 | 101101 | 101010 | 111010 | 11101 | 101101 |
Color Harmonies of #949251
Complementary color
Monochromatic Colors of #949251
Black with #949251
Text Example
Text Example
White with #949251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949251; }
p { color: rgb(148,146,81); }
H1.HeaderClassName
{
color: #949251;
}
.AnyTagClassName
{
color: #949251;
}
</style>
background-color css
<style>
a { background-color: #949251; }
a { background-color: rgb(148,146,81); }
div.DivClassName
{
background-color: #949251;
}
.BgClassName
{
background-color: #949251;
}
</style>
border-color css
<style>
span { border-color: #949251; }
span { border-color: rgb(148,146,81); }
td.TdClassName
{
border-color: #949251;
}
.TagClassName
{
border-color: #949251;
}
</style>