Shades of Highball #908A2F
Tints of Highball #908A2F
RGB
CMYK
RGB Variations
Color information
#908A2F (or 0x908A2F) is known color: Highball. HEX triplet: 90, 8A and 2F. RGB value is (144,138,47). Sum of RGB (Red+Green+Blue) = 144+138+47=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #908A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908A2F is #6F75D0. Grayscale: #818181. Windows color (decimal): -7304657 or 3115664. OLE color: 3115664.
HSL color Cylindrical-coordinate representation of color #908A2F: hue angle of 56.29º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #908A2F is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 47 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.44 |
| HSL | 56.29º | 0.51% | 0.37% | - |
| HSV(B) | 56.29º | 0.67% | 0.56% | - |
| XYZ | 21.1 | 24.31 | 6.27 | - |
| YUV | 129.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 47 | 0 | 0.04 | 0.67 | 0.44 | 56.29 | 0.51 | 0.37 |
| Hex | 90 | 8A | 2F | 0 | 4 | 43 | 2C | 38 | 33 | 25 |
| Octal | 220 | 212 | 57 | 0 | 4 | 103 | 54 | 70 | 63 | 45 |
| Binary | 10010000 | 10001010 | 101111 | 0 | 100 | 1000011 | 101100 | 111000 | 110011 | 100101 |
Color Harmonies of #908A2F
Complementary color
Monochromatic Colors of #908A2F
Black with #908A2F
Text Example
Text Example
White with #908A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A2F; }
p { color: rgb(144,138,47); }
H1.HeaderClassName
{
color: #908A2F;
}
.AnyTagClassName
{
color: #908A2F;
}
</style>
background-color css
<style>
a { background-color: #908A2F; }
a { background-color: rgb(144,138,47); }
div.DivClassName
{
background-color: #908A2F;
}
.BgClassName
{
background-color: #908A2F;
}
</style>
border-color css
<style>
span { border-color: #908A2F; }
span { border-color: rgb(144,138,47); }
td.TdClassName
{
border-color: #908A2F;
}
.TagClassName
{
border-color: #908A2F;
}
</style>