Shades of Highball #959833
Tints of Highball #959833
RGB
CMYK
RGB Variations
Color information
#959833 (or 0x959833) is known color: Highball. HEX triplet: 95, 98 and 33. RGB value is (149,152,51). Sum of RGB (Red+Green+Blue) = 149+152+51=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #959833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959833 is #6A67CC. Grayscale: #8B8B8B. Windows color (decimal): -6973389 or 3381397. OLE color: 3381397.
HSL color Cylindrical-coordinate representation of color #959833: hue angle of 61.78º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #959833 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 51 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.40 |
| HSL | 61.78º | 0.5% | 0.4% | - |
| HSV(B) | 61.78º | 0.66% | 0.6% | - |
| XYZ | 24.22 | 29.09 | 7.47 | - |
| YUV | 139.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 51 | 0.02 | 0 | 0.66 | 0.40 | 61.78 | 0.5 | 0.4 |
| Hex | 95 | 98 | 33 | 2 | 0 | 42 | 28 | 3E | 32 | 28 |
| Octal | 225 | 230 | 63 | 2 | 0 | 102 | 50 | 76 | 62 | 50 |
| Binary | 10010101 | 10011000 | 110011 | 10 | 0 | 1000010 | 101000 | 111110 | 110010 | 101000 |
Color Harmonies of #959833
Complementary color
Monochromatic Colors of #959833
Black with #959833
Text Example
Text Example
White with #959833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959833; }
p { color: rgb(149,152,51); }
H1.HeaderClassName
{
color: #959833;
}
.AnyTagClassName
{
color: #959833;
}
</style>
background-color css
<style>
a { background-color: #959833; }
a { background-color: rgb(149,152,51); }
div.DivClassName
{
background-color: #959833;
}
.BgClassName
{
background-color: #959833;
}
</style>
border-color css
<style>
span { border-color: #959833; }
span { border-color: rgb(149,152,51); }
td.TdClassName
{
border-color: #959833;
}
.TagClassName
{
border-color: #959833;
}
</style>