Shades of Highball #8E8A4B
Tints of Highball #8E8A4B
RGB
CMYK
RGB Variations
Color information
#8E8A4B (or 0x8E8A4B) is known color: Highball. HEX triplet: 8E, 8A and 4B. RGB value is (142,138,75). Sum of RGB (Red+Green+Blue) = 142+138+75=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8A4B is #7175B4. Grayscale: #848484. Windows color (decimal): -7435701 or 4950670. OLE color: 4950670.
HSL color Cylindrical-coordinate representation of color #8E8A4B: hue angle of 56.42º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E8A4B is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 75 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.44 |
| HSL | 56.42º | 0.31% | 0.43% | - |
| HSV(B) | 56.42º | 0.47% | 0.56% | - |
| XYZ | 21.51 | 24.44 | 10.24 | - |
| YUV | 132.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 75 | 0 | 0.03 | 0.47 | 0.44 | 56.42 | 0.31 | 0.43 |
| Hex | 8E | 8A | 4B | 0 | 3 | 2F | 2C | 38 | 1F | 2B |
| Octal | 216 | 212 | 113 | 0 | 3 | 57 | 54 | 70 | 37 | 53 |
| Binary | 10001110 | 10001010 | 1001011 | 0 | 11 | 101111 | 101100 | 111000 | 11111 | 101011 |
Color Harmonies of #8E8A4B
Complementary color
Monochromatic Colors of #8E8A4B
Black with #8E8A4B
Text Example
Text Example
White with #8E8A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A4B; }
p { color: rgb(142,138,75); }
H1.HeaderClassName
{
color: #8E8A4B;
}
.AnyTagClassName
{
color: #8E8A4B;
}
</style>
background-color css
<style>
a { background-color: #8E8A4B; }
a { background-color: rgb(142,138,75); }
div.DivClassName
{
background-color: #8E8A4B;
}
.BgClassName
{
background-color: #8E8A4B;
}
</style>
border-color css
<style>
span { border-color: #8E8A4B; }
span { border-color: rgb(142,138,75); }
td.TdClassName
{
border-color: #8E8A4B;
}
.TagClassName
{
border-color: #8E8A4B;
}
</style>