Shades of Highball #90964B
Tints of Highball #90964B
RGB
CMYK
RGB Variations
Color information
#90964B (or 0x90964B) is known color: Highball. HEX triplet: 90, 96 and 4B. RGB value is (144,150,75). Sum of RGB (Red+Green+Blue) = 144+150+75=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #90964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90964B is #6F69B4. Grayscale: #8B8B8B. Windows color (decimal): -7301557 or 4953744. OLE color: 4953744.
HSL color Cylindrical-coordinate representation of color #90964B: hue angle of 64.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90964B is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 75 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.41 |
| HSL | 64.8º | 0.33% | 0.44% | - |
| HSV(B) | 64.8º | 0.5% | 0.59% | - |
| XYZ | 23.68 | 28.25 | 10.86 | - |
| YUV | 139.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 75 | 0.04 | 0 | 0.5 | 0.41 | 64.8 | 0.33 | 0.44 |
| Hex | 90 | 96 | 4B | 4 | 0 | 32 | 29 | 41 | 21 | 2C |
| Octal | 220 | 226 | 113 | 4 | 0 | 62 | 51 | 101 | 41 | 54 |
| Binary | 10010000 | 10010110 | 1001011 | 100 | 0 | 110010 | 101001 | 1000001 | 100001 | 101100 |
Color Harmonies of #90964B
Complementary color
Monochromatic Colors of #90964B
Black with #90964B
Text Example
Text Example
White with #90964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90964B; }
p { color: rgb(144,150,75); }
H1.HeaderClassName
{
color: #90964B;
}
.AnyTagClassName
{
color: #90964B;
}
</style>
background-color css
<style>
a { background-color: #90964B; }
a { background-color: rgb(144,150,75); }
div.DivClassName
{
background-color: #90964B;
}
.BgClassName
{
background-color: #90964B;
}
</style>
border-color css
<style>
span { border-color: #90964B; }
span { border-color: rgb(144,150,75); }
td.TdClassName
{
border-color: #90964B;
}
.TagClassName
{
border-color: #90964B;
}
</style>