Shades of Highball #959932
Tints of Highball #959932
RGB
CMYK
RGB Variations
Color information
#959932 (or 0x959932) is known color: Highball. HEX triplet: 95, 99 and 32. RGB value is (149,153,50). Sum of RGB (Red+Green+Blue) = 149+153+50=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #959932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959932 is #6A66CD. Grayscale: #8C8C8C. Windows color (decimal): -6973134 or 3316117. OLE color: 3316117.
HSL color Cylindrical-coordinate representation of color #959932: hue angle of 62.33º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #959932 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 50 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.4 |
| HSL | 62.33º | 0.51% | 0.4% | - |
| HSV(B) | 62.33º | 0.67% | 0.6% | - |
| XYZ | 24.36 | 29.4 | 7.41 | - |
| YUV | 140.06 | 77.17 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 50 | 0.03 | 0 | 0.67 | 0.4 | 62.33 | 0.51 | 0.4 |
| Hex | 95 | 99 | 32 | 3 | 0 | 43 | 28 | 3E | 33 | 28 |
| Octal | 225 | 231 | 62 | 3 | 0 | 103 | 50 | 76 | 63 | 50 |
| Binary | 10010101 | 10011001 | 110010 | 11 | 0 | 1000011 | 101000 | 111110 | 110011 | 101000 |
Color Harmonies of #959932
Complementary color
Monochromatic Colors of #959932
Black with #959932
Text Example
Text Example
White with #959932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959932; }
p { color: rgb(149,153,50); }
H1.HeaderClassName
{
color: #959932;
}
.AnyTagClassName
{
color: #959932;
}
</style>
background-color css
<style>
a { background-color: #959932; }
a { background-color: rgb(149,153,50); }
div.DivClassName
{
background-color: #959932;
}
.BgClassName
{
background-color: #959932;
}
</style>
border-color css
<style>
span { border-color: #959932; }
span { border-color: rgb(149,153,50); }
td.TdClassName
{
border-color: #959932;
}
.TagClassName
{
border-color: #959932;
}
</style>