Shades of Highball #96983F
Tints of Highball #96983F
RGB
CMYK
RGB Variations
Color information
#96983F (or 0x96983F) is known color: Highball. HEX triplet: 96, 98 and 3F. RGB value is (150,152,63). Sum of RGB (Red+Green+Blue) = 150+152+63=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #96983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96983F is #6967C0. Grayscale: #8D8D8D. Windows color (decimal): -6907841 or 4167830. OLE color: 4167830.
HSL color Cylindrical-coordinate representation of color #96983F: hue angle of 61.35º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96983F is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 63 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.40 |
| HSL | 61.35º | 0.41% | 0.42% | - |
| HSV(B) | 61.35º | 0.59% | 0.6% | - |
| XYZ | 24.7 | 29.3 | 9.06 | - |
| YUV | 141.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 63 | 0.01 | 0 | 0.59 | 0.40 | 61.35 | 0.41 | 0.42 |
| Hex | 96 | 98 | 3F | 1 | 0 | 3B | 28 | 3D | 29 | 2A |
| Octal | 226 | 230 | 77 | 1 | 0 | 73 | 50 | 75 | 51 | 52 |
| Binary | 10010110 | 10011000 | 111111 | 1 | 0 | 111011 | 101000 | 111101 | 101001 | 101010 |
Color Harmonies of #96983F
Complementary color
Monochromatic Colors of #96983F
Black with #96983F
Text Example
Text Example
White with #96983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96983F; }
p { color: rgb(150,152,63); }
H1.HeaderClassName
{
color: #96983F;
}
.AnyTagClassName
{
color: #96983F;
}
</style>
background-color css
<style>
a { background-color: #96983F; }
a { background-color: rgb(150,152,63); }
div.DivClassName
{
background-color: #96983F;
}
.BgClassName
{
background-color: #96983F;
}
</style>
border-color css
<style>
span { border-color: #96983F; }
span { border-color: rgb(150,152,63); }
td.TdClassName
{
border-color: #96983F;
}
.TagClassName
{
border-color: #96983F;
}
</style>