Shades of Highball #96923F
Tints of Highball #96923F
RGB
CMYK
RGB Variations
Color information
#96923F (or 0x96923F) is known color: Highball. HEX triplet: 96, 92 and 3F. RGB value is (150,146,63). Sum of RGB (Red+Green+Blue) = 150+146+63=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96923F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96923F is #696DC0. Grayscale: #8A8A8A. Windows color (decimal): -6909377 or 4166294. OLE color: 4166294.
HSL color Cylindrical-coordinate representation of color #96923F: hue angle of 57.24º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96923F is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 63 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.41 |
| HSL | 57.24º | 0.41% | 0.42% | - |
| HSV(B) | 57.24º | 0.58% | 0.59% | - |
| XYZ | 23.75 | 27.4 | 8.74 | - |
| YUV | 137.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 63 | 0 | 0.03 | 0.58 | 0.41 | 57.24 | 0.41 | 0.42 |
| Hex | 96 | 92 | 3F | 0 | 3 | 3A | 29 | 39 | 29 | 2A |
| Octal | 226 | 222 | 77 | 0 | 3 | 72 | 51 | 71 | 51 | 52 |
| Binary | 10010110 | 10010010 | 111111 | 0 | 11 | 111010 | 101001 | 111001 | 101001 | 101010 |
Color Harmonies of #96923F
Complementary color
Monochromatic Colors of #96923F
Black with #96923F
Text Example
Text Example
White with #96923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96923F; }
p { color: rgb(150,146,63); }
H1.HeaderClassName
{
color: #96923F;
}
.AnyTagClassName
{
color: #96923F;
}
</style>
background-color css
<style>
a { background-color: #96923F; }
a { background-color: rgb(150,146,63); }
div.DivClassName
{
background-color: #96923F;
}
.BgClassName
{
background-color: #96923F;
}
</style>
border-color css
<style>
span { border-color: #96923F; }
span { border-color: rgb(150,146,63); }
td.TdClassName
{
border-color: #96923F;
}
.TagClassName
{
border-color: #96923F;
}
</style>