Shades of Highball #959152
Tints of Highball #959152
RGB
CMYK
RGB Variations
Color information
#959152 (or 0x959152) is known color: Highball. HEX triplet: 95, 91 and 52. RGB value is (149,145,82). Sum of RGB (Red+Green+Blue) = 149+145+82=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #959152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959152 is #6A6EAD. Grayscale: #8B8B8B. Windows color (decimal): -6975150 or 5411221. OLE color: 5411221.
HSL color Cylindrical-coordinate representation of color #959152: hue angle of 56.42º 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 #959152 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 82 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.42 |
| HSL | 56.42º | 0.29% | 0.45% | - |
| HSV(B) | 56.42º | 0.45% | 0.58% | - |
| XYZ | 24.04 | 27.25 | 11.98 | - |
| YUV | 139.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 82 | 0 | 0.03 | 0.45 | 0.42 | 56.42 | 0.29 | 0.45 |
| Hex | 95 | 91 | 52 | 0 | 3 | 2D | 2A | 38 | 1D | 2D |
| Octal | 225 | 221 | 122 | 0 | 3 | 55 | 52 | 70 | 35 | 55 |
| Binary | 10010101 | 10010001 | 1010010 | 0 | 11 | 101101 | 101010 | 111000 | 11101 | 101101 |
Color Harmonies of #959152
Complementary color
Monochromatic Colors of #959152
Black with #959152
Text Example
Text Example
White with #959152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959152; }
p { color: rgb(149,145,82); }
H1.HeaderClassName
{
color: #959152;
}
.AnyTagClassName
{
color: #959152;
}
</style>
background-color css
<style>
a { background-color: #959152; }
a { background-color: rgb(149,145,82); }
div.DivClassName
{
background-color: #959152;
}
.BgClassName
{
background-color: #959152;
}
</style>
border-color css
<style>
span { border-color: #959152; }
span { border-color: rgb(149,145,82); }
td.TdClassName
{
border-color: #959152;
}
.TagClassName
{
border-color: #959152;
}
</style>