Shades of Highball #908C2F
Tints of Highball #908C2F
RGB
CMYK
RGB Variations
Color information
#908C2F (or 0x908C2F) is known color: Highball. HEX triplet: 90, 8C and 2F. RGB value is (144,140,47). Sum of RGB (Red+Green+Blue) = 144+140+47=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #908C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908C2F is #6F73D0. Grayscale: #828282. Windows color (decimal): -7304145 or 3116176. OLE color: 3116176.
HSL color Cylindrical-coordinate representation of color #908C2F: hue angle of 57.53º 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 #908C2F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 140 | 47 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.44 |
| HSL | 57.53º | 0.51% | 0.37% | - |
| HSV(B) | 57.53º | 0.67% | 0.56% | - |
| XYZ | 21.39 | 24.89 | 6.37 | - |
| YUV | 130.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 47 | 0 | 0.03 | 0.67 | 0.44 | 57.53 | 0.51 | 0.37 |
| Hex | 90 | 8C | 2F | 0 | 3 | 43 | 2C | 3A | 33 | 25 |
| Octal | 220 | 214 | 57 | 0 | 3 | 103 | 54 | 72 | 63 | 45 |
| Binary | 10010000 | 10001100 | 101111 | 0 | 11 | 1000011 | 101100 | 111010 | 110011 | 100101 |
Color Harmonies of #908C2F
Complementary color
Monochromatic Colors of #908C2F
Black with #908C2F
Text Example
Text Example
White with #908C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908C2F; }
p { color: rgb(144,140,47); }
H1.HeaderClassName
{
color: #908C2F;
}
.AnyTagClassName
{
color: #908C2F;
}
</style>
background-color css
<style>
a { background-color: #908C2F; }
a { background-color: rgb(144,140,47); }
div.DivClassName
{
background-color: #908C2F;
}
.BgClassName
{
background-color: #908C2F;
}
</style>
border-color css
<style>
span { border-color: #908C2F; }
span { border-color: rgb(144,140,47); }
td.TdClassName
{
border-color: #908C2F;
}
.TagClassName
{
border-color: #908C2F;
}
</style>