Shades of Highball #90953A
Tints of Highball #90953A
RGB
CMYK
RGB Variations
Color information
#90953A (or 0x90953A) is known color: Highball. HEX triplet: 90, 95 and 3A. RGB value is (144,149,58). Sum of RGB (Red+Green+Blue) = 144+149+58=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #90953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90953A is #6F6AC5. Grayscale: #898989. Windows color (decimal): -7301830 or 3839376. OLE color: 3839376.
HSL color Cylindrical-coordinate representation of color #90953A: hue angle of 63.3º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90953A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 58 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.42 |
| HSL | 63.3º | 0.44% | 0.41% | - |
| HSV(B) | 63.3º | 0.61% | 0.58% | - |
| XYZ | 23.01 | 27.73 | 8.14 | - |
| YUV | 137.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 58 | 0.03 | 0 | 0.61 | 0.42 | 63.3 | 0.44 | 0.41 |
| Hex | 90 | 95 | 3A | 3 | 0 | 3D | 2A | 3F | 2C | 29 |
| Octal | 220 | 225 | 72 | 3 | 0 | 75 | 52 | 77 | 54 | 51 |
| Binary | 10010000 | 10010101 | 111010 | 11 | 0 | 111101 | 101010 | 111111 | 101100 | 101001 |
Color Harmonies of #90953A
Complementary color
Monochromatic Colors of #90953A
Black with #90953A
Text Example
Text Example
White with #90953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90953A; }
p { color: rgb(144,149,58); }
H1.HeaderClassName
{
color: #90953A;
}
.AnyTagClassName
{
color: #90953A;
}
</style>
background-color css
<style>
a { background-color: #90953A; }
a { background-color: rgb(144,149,58); }
div.DivClassName
{
background-color: #90953A;
}
.BgClassName
{
background-color: #90953A;
}
</style>
border-color css
<style>
span { border-color: #90953A; }
span { border-color: rgb(144,149,58); }
td.TdClassName
{
border-color: #90953A;
}
.TagClassName
{
border-color: #90953A;
}
</style>