Shades of Highball #908E50
Tints of Highball #908E50
RGB
CMYK
RGB Variations
Color information
#908E50 (or 0x908E50) is known color: Highball. HEX triplet: 90, 8E and 50. RGB value is (144,142,80). Sum of RGB (Red+Green+Blue) = 144+142+80=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #908E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E50 is #6F71AF. Grayscale: #878787. Windows color (decimal): -7303600 or 5279376. OLE color: 5279376.
HSL color Cylindrical-coordinate representation of color #908E50: hue angle of 58.12º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #908E50 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 80 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.44 |
| HSL | 58.13º | 0.29% | 0.44% | - |
| HSV(B) | 58.13º | 0.44% | 0.56% | - |
| XYZ | 22.62 | 25.85 | 11.39 | - |
| YUV | 135.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 80 | 0 | 0.01 | 0.44 | 0.44 | 58.13 | 0.29 | 0.44 |
| Hex | 90 | 8E | 50 | 0 | 1 | 2C | 2C | 3A | 1D | 2C |
| Octal | 220 | 216 | 120 | 0 | 1 | 54 | 54 | 72 | 35 | 54 |
| Binary | 10010000 | 10001110 | 1010000 | 0 | 1 | 101100 | 101100 | 111010 | 11101 | 101100 |
Color Harmonies of #908E50
Complementary color
Monochromatic Colors of #908E50
Black with #908E50
Text Example
Text Example
White with #908E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E50; }
p { color: rgb(144,142,80); }
H1.HeaderClassName
{
color: #908E50;
}
.AnyTagClassName
{
color: #908E50;
}
</style>
background-color css
<style>
a { background-color: #908E50; }
a { background-color: rgb(144,142,80); }
div.DivClassName
{
background-color: #908E50;
}
.BgClassName
{
background-color: #908E50;
}
</style>
border-color css
<style>
span { border-color: #908E50; }
span { border-color: rgb(144,142,80); }
td.TdClassName
{
border-color: #908E50;
}
.TagClassName
{
border-color: #908E50;
}
</style>