Shades of Highball #96983D
Tints of Highball #96983D
RGB
CMYK
RGB Variations
Color information
#96983D (or 0x96983D) is known color: Highball. HEX triplet: 96, 98 and 3D. RGB value is (150,152,61). Sum of RGB (Red+Green+Blue) = 150+152+61=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #96983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96983D is #6967C2. Grayscale: #8D8D8D. Windows color (decimal): -6907843 or 4036758. OLE color: 4036758.
HSL color Cylindrical-coordinate representation of color #96983D: hue angle of 61.32º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96983D is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 61 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.40 |
| HSL | 61.32º | 0.43% | 0.42% | - |
| HSV(B) | 61.32º | 0.6% | 0.6% | - |
| XYZ | 24.65 | 29.28 | 8.77 | - |
| YUV | 141.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 61 | 0.01 | 0 | 0.60 | 0.40 | 61.32 | 0.43 | 0.42 |
| Hex | 96 | 98 | 3D | 1 | 0 | 3C | 28 | 3D | 2B | 2A |
| Octal | 226 | 230 | 75 | 1 | 0 | 74 | 50 | 75 | 53 | 52 |
| Binary | 10010110 | 10011000 | 111101 | 1 | 0 | 111100 | 101000 | 111101 | 101011 | 101010 |
Color Harmonies of #96983D
Complementary color
Monochromatic Colors of #96983D
Black with #96983D
Text Example
Text Example
White with #96983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96983D; }
p { color: rgb(150,152,61); }
H1.HeaderClassName
{
color: #96983D;
}
.AnyTagClassName
{
color: #96983D;
}
</style>
background-color css
<style>
a { background-color: #96983D; }
a { background-color: rgb(150,152,61); }
div.DivClassName
{
background-color: #96983D;
}
.BgClassName
{
background-color: #96983D;
}
</style>
border-color css
<style>
span { border-color: #96983D; }
span { border-color: rgb(150,152,61); }
td.TdClassName
{
border-color: #96983D;
}
.TagClassName
{
border-color: #96983D;
}
</style>