Shades of Highball #8B914C
Tints of Highball #8B914C
RGB
CMYK
RGB Variations
Color information
#8B914C (or 0x8B914C) is known color: Highball. HEX triplet: 8B, 91 and 4C. RGB value is (139,145,76). Sum of RGB (Red+Green+Blue) = 139+145+76=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #8B914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B914C is #746EB3. Grayscale: #878787. Windows color (decimal): -7630516 or 5017995. OLE color: 5017995.
HSL color Cylindrical-coordinate representation of color #8B914C: hue angle of 65.22º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B914C is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 76 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.43 |
| HSL | 65.22º | 0.31% | 0.43% | - |
| HSV(B) | 65.22º | 0.48% | 0.57% | - |
| XYZ | 22.08 | 26.26 | 10.74 | - |
| YUV | 135.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 76 | 0.04 | 0 | 0.48 | 0.43 | 65.22 | 0.31 | 0.43 |
| Hex | 8B | 91 | 4C | 4 | 0 | 30 | 2B | 41 | 1F | 2B |
| Octal | 213 | 221 | 114 | 4 | 0 | 60 | 53 | 101 | 37 | 53 |
| Binary | 10001011 | 10010001 | 1001100 | 100 | 0 | 110000 | 101011 | 1000001 | 11111 | 101011 |
Color Harmonies of #8B914C
Complementary color
Monochromatic Colors of #8B914C
Black with #8B914C
Text Example
Text Example
White with #8B914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B914C; }
p { color: rgb(139,145,76); }
H1.HeaderClassName
{
color: #8B914C;
}
.AnyTagClassName
{
color: #8B914C;
}
</style>
background-color css
<style>
a { background-color: #8B914C; }
a { background-color: rgb(139,145,76); }
div.DivClassName
{
background-color: #8B914C;
}
.BgClassName
{
background-color: #8B914C;
}
</style>
border-color css
<style>
span { border-color: #8B914C; }
span { border-color: rgb(139,145,76); }
td.TdClassName
{
border-color: #8B914C;
}
.TagClassName
{
border-color: #8B914C;
}
</style>