Shades of Highball #908D32
Tints of Highball #908D32
RGB
CMYK
RGB Variations
Color information
#908D32 (or 0x908D32) is known color: Highball. HEX triplet: 90, 8D and 32. RGB value is (144,141,50). Sum of RGB (Red+Green+Blue) = 144+141+50=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #908D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908D32 is #6F72CD. Grayscale: #838383. Windows color (decimal): -7303886 or 3313040. OLE color: 3313040.
HSL color Cylindrical-coordinate representation of color #908D32: hue angle of 58.09º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #908D32 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 50 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.44 |
| HSL | 58.09º | 0.48% | 0.38% | - |
| HSV(B) | 58.09º | 0.65% | 0.56% | - |
| XYZ | 21.6 | 25.21 | 6.74 | - |
| YUV | 131.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 50 | 0 | 0.02 | 0.65 | 0.44 | 58.09 | 0.48 | 0.38 |
| Hex | 90 | 8D | 32 | 0 | 2 | 41 | 2C | 3A | 30 | 26 |
| Octal | 220 | 215 | 62 | 0 | 2 | 101 | 54 | 72 | 60 | 46 |
| Binary | 10010000 | 10001101 | 110010 | 0 | 10 | 1000001 | 101100 | 111010 | 110000 | 100110 |
Color Harmonies of #908D32
Complementary color
Monochromatic Colors of #908D32
Black with #908D32
Text Example
Text Example
White with #908D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D32; }
p { color: rgb(144,141,50); }
H1.HeaderClassName
{
color: #908D32;
}
.AnyTagClassName
{
color: #908D32;
}
</style>
background-color css
<style>
a { background-color: #908D32; }
a { background-color: rgb(144,141,50); }
div.DivClassName
{
background-color: #908D32;
}
.BgClassName
{
background-color: #908D32;
}
</style>
border-color css
<style>
span { border-color: #908D32; }
span { border-color: rgb(144,141,50); }
td.TdClassName
{
border-color: #908D32;
}
.TagClassName
{
border-color: #908D32;
}
</style>