Shades of Highball #959630
Tints of Highball #959630
RGB
CMYK
RGB Variations
Color information
#959630 (or 0x959630) is known color: Highball. HEX triplet: 95, 96 and 30. RGB value is (149,150,48). Sum of RGB (Red+Green+Blue) = 149+150+48=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #959630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959630 is #6A69CF. Grayscale: #8A8A8A. Windows color (decimal): -6973904 or 3184277. OLE color: 3184277.
HSL color Cylindrical-coordinate representation of color #959630: hue angle of 60.59º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #959630 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 48 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.41 |
| HSL | 60.59º | 0.52% | 0.39% | - |
| HSV(B) | 60.59º | 0.68% | 0.59% | - |
| XYZ | 23.83 | 28.42 | 7.02 | - |
| YUV | 138.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 48 | 0.01 | 0 | 0.68 | 0.41 | 60.59 | 0.52 | 0.39 |
| Hex | 95 | 96 | 30 | 1 | 0 | 44 | 29 | 3D | 34 | 27 |
| Octal | 225 | 226 | 60 | 1 | 0 | 104 | 51 | 75 | 64 | 47 |
| Binary | 10010101 | 10010110 | 110000 | 1 | 0 | 1000100 | 101001 | 111101 | 110100 | 100111 |
Color Harmonies of #959630
Complementary color
Monochromatic Colors of #959630
Black with #959630
Text Example
Text Example
White with #959630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959630; }
p { color: rgb(149,150,48); }
H1.HeaderClassName
{
color: #959630;
}
.AnyTagClassName
{
color: #959630;
}
</style>
background-color css
<style>
a { background-color: #959630; }
a { background-color: rgb(149,150,48); }
div.DivClassName
{
background-color: #959630;
}
.BgClassName
{
background-color: #959630;
}
</style>
border-color css
<style>
span { border-color: #959630; }
span { border-color: rgb(149,150,48); }
td.TdClassName
{
border-color: #959630;
}
.TagClassName
{
border-color: #959630;
}
</style>