Shades of Highball #908A30
Tints of Highball #908A30
RGB
CMYK
RGB Variations
Color information
#908A30 (or 0x908A30) is known color: Highball. HEX triplet: 90, 8A and 30. RGB value is (144,138,48). Sum of RGB (Red+Green+Blue) = 144+138+48=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #908A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908A30 is #6F75CF. Grayscale: #818181. Windows color (decimal): -7304656 or 3181200. OLE color: 3181200.
HSL color Cylindrical-coordinate representation of color #908A30: hue angle of 56.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #908A30 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 48 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.44 |
| HSL | 56.25º | 0.5% | 0.38% | - |
| HSV(B) | 56.25º | 0.67% | 0.56% | - |
| XYZ | 21.12 | 24.32 | 6.38 | - |
| YUV | 129.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 48 | 0 | 0.04 | 0.67 | 0.44 | 56.25 | 0.5 | 0.38 |
| Hex | 90 | 8A | 30 | 0 | 4 | 43 | 2C | 38 | 32 | 26 |
| Octal | 220 | 212 | 60 | 0 | 4 | 103 | 54 | 70 | 62 | 46 |
| Binary | 10010000 | 10001010 | 110000 | 0 | 100 | 1000011 | 101100 | 111000 | 110010 | 100110 |
Color Harmonies of #908A30
Complementary color
Monochromatic Colors of #908A30
Black with #908A30
Text Example
Text Example
White with #908A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A30; }
p { color: rgb(144,138,48); }
H1.HeaderClassName
{
color: #908A30;
}
.AnyTagClassName
{
color: #908A30;
}
</style>
background-color css
<style>
a { background-color: #908A30; }
a { background-color: rgb(144,138,48); }
div.DivClassName
{
background-color: #908A30;
}
.BgClassName
{
background-color: #908A30;
}
</style>
border-color css
<style>
span { border-color: #908A30; }
span { border-color: rgb(144,138,48); }
td.TdClassName
{
border-color: #908A30;
}
.TagClassName
{
border-color: #908A30;
}
</style>