Shades of Highball #8C8A38
Tints of Highball #8C8A38
RGB
CMYK
RGB Variations
Color information
#8C8A38 (or 0x8C8A38) is known color: Highball. HEX triplet: 8C, 8A and 38. RGB value is (140,138,56). Sum of RGB (Red+Green+Blue) = 140+138+56=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8A38 is #7375C7. Grayscale: #818181. Windows color (decimal): -7566792 or 3705484. OLE color: 3705484.
HSL color Cylindrical-coordinate representation of color #8C8A38: hue angle of 58.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C8A38 is Cyan = 0, Magento = 0.01, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 138 | 56 | - |
| CMYK | 0 | 0.01 | 0.6 | 0.45 |
| HSL | 58.57º | 0.43% | 0.38% | - |
| HSV(B) | 58.57º | 0.6% | 0.55% | - |
| XYZ | 20.62 | 24.04 | 7.29 | - |
| YUV | 129.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 56 | 0 | 0.01 | 0.6 | 0.45 | 58.57 | 0.43 | 0.38 |
| Hex | 8C | 8A | 38 | 0 | 1 | 3C | 2D | 3B | 2B | 26 |
| Octal | 214 | 212 | 70 | 0 | 1 | 74 | 55 | 73 | 53 | 46 |
| Binary | 10001100 | 10001010 | 111000 | 0 | 1 | 111100 | 101101 | 111011 | 101011 | 100110 |
Color Harmonies of #8C8A38
Complementary color
Monochromatic Colors of #8C8A38
Black with #8C8A38
Text Example
Text Example
White with #8C8A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A38; }
p { color: rgb(140,138,56); }
H1.HeaderClassName
{
color: #8C8A38;
}
.AnyTagClassName
{
color: #8C8A38;
}
</style>
background-color css
<style>
a { background-color: #8C8A38; }
a { background-color: rgb(140,138,56); }
div.DivClassName
{
background-color: #8C8A38;
}
.BgClassName
{
background-color: #8C8A38;
}
</style>
border-color css
<style>
span { border-color: #8C8A38; }
span { border-color: rgb(140,138,56); }
td.TdClassName
{
border-color: #8C8A38;
}
.TagClassName
{
border-color: #8C8A38;
}
</style>