Shades of Highball #959153
Tints of Highball #959153
RGB
CMYK
RGB Variations
Color information
#959153 (or 0x959153) is known color: Highball. HEX triplet: 95, 91 and 53. RGB value is (149,145,83). Sum of RGB (Red+Green+Blue) = 149+145+83=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #959153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959153 is #6A6EAC. Grayscale: #8B8B8B. Windows color (decimal): -6975149 or 5476757. OLE color: 5476757.
HSL color Cylindrical-coordinate representation of color #959153: hue angle of 56.36º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #959153 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 83 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.42 |
| HSL | 56.36º | 0.28% | 0.45% | - |
| HSV(B) | 56.36º | 0.44% | 0.58% | - |
| XYZ | 24.08 | 27.26 | 12.18 | - |
| YUV | 139.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 83 | 0 | 0.03 | 0.44 | 0.42 | 56.36 | 0.28 | 0.45 |
| Hex | 95 | 91 | 53 | 0 | 3 | 2C | 2A | 38 | 1C | 2D |
| Octal | 225 | 221 | 123 | 0 | 3 | 54 | 52 | 70 | 34 | 55 |
| Binary | 10010101 | 10010001 | 1010011 | 0 | 11 | 101100 | 101010 | 111000 | 11100 | 101101 |
Color Harmonies of #959153
Complementary color
Monochromatic Colors of #959153
Black with #959153
Text Example
Text Example
White with #959153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959153; }
p { color: rgb(149,145,83); }
H1.HeaderClassName
{
color: #959153;
}
.AnyTagClassName
{
color: #959153;
}
</style>
background-color css
<style>
a { background-color: #959153; }
a { background-color: rgb(149,145,83); }
div.DivClassName
{
background-color: #959153;
}
.BgClassName
{
background-color: #959153;
}
</style>
border-color css
<style>
span { border-color: #959153; }
span { border-color: rgb(149,145,83); }
td.TdClassName
{
border-color: #959153;
}
.TagClassName
{
border-color: #959153;
}
</style>