Shades of Highball #90984B
Tints of Highball #90984B
RGB
CMYK
RGB Variations
Color information
#90984B (or 0x90984B) is known color: Highball. HEX triplet: 90, 98 and 4B. RGB value is (144,152,75). Sum of RGB (Red+Green+Blue) = 144+152+75=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #90984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90984B is #6F67B4. Grayscale: #8D8D8D. Windows color (decimal): -7301045 or 4954256. OLE color: 4954256.
HSL color Cylindrical-coordinate representation of color #90984B: hue angle of 66.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90984B is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 152 | 75 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.40 |
| HSL | 66.23º | 0.34% | 0.45% | - |
| HSV(B) | 66.23º | 0.51% | 0.6% | - |
| XYZ | 24 | 28.89 | 10.97 | - |
| YUV | 140.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 152 | 75 | 0.05 | 0 | 0.51 | 0.40 | 66.23 | 0.34 | 0.45 |
| Hex | 90 | 98 | 4B | 5 | 0 | 33 | 28 | 42 | 22 | 2D |
| Octal | 220 | 230 | 113 | 5 | 0 | 63 | 50 | 102 | 42 | 55 |
| Binary | 10010000 | 10011000 | 1001011 | 101 | 0 | 110011 | 101000 | 1000010 | 100010 | 101101 |
Color Harmonies of #90984B
Complementary color
Monochromatic Colors of #90984B
Black with #90984B
Text Example
Text Example
White with #90984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90984B; }
p { color: rgb(144,152,75); }
H1.HeaderClassName
{
color: #90984B;
}
.AnyTagClassName
{
color: #90984B;
}
</style>
background-color css
<style>
a { background-color: #90984B; }
a { background-color: rgb(144,152,75); }
div.DivClassName
{
background-color: #90984B;
}
.BgClassName
{
background-color: #90984B;
}
</style>
border-color css
<style>
span { border-color: #90984B; }
span { border-color: rgb(144,152,75); }
td.TdClassName
{
border-color: #90984B;
}
.TagClassName
{
border-color: #90984B;
}
</style>