Shades of Highball #8C8830
Tints of Highball #8C8830
RGB
CMYK
RGB Variations
Color information
#8C8830 (or 0x8C8830) is known color: Highball. HEX triplet: 8C, 88 and 30. RGB value is (140,136,48). Sum of RGB (Red+Green+Blue) = 140+136+48=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8830 is #7377CF. Grayscale: #7F7F7F. Windows color (decimal): -7567312 or 3180684. OLE color: 3180684.
HSL color Cylindrical-coordinate representation of color #8C8830: hue angle of 57.39º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C8830 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 48 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.45 |
| HSL | 57.39º | 0.49% | 0.37% | - |
| HSV(B) | 57.39º | 0.66% | 0.55% | - |
| XYZ | 20.15 | 23.4 | 6.25 | - |
| YUV | 127.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 48 | 0 | 0.03 | 0.66 | 0.45 | 57.39 | 0.49 | 0.37 |
| Hex | 8C | 88 | 30 | 0 | 3 | 42 | 2D | 39 | 31 | 25 |
| Octal | 214 | 210 | 60 | 0 | 3 | 102 | 55 | 71 | 61 | 45 |
| Binary | 10001100 | 10001000 | 110000 | 0 | 11 | 1000010 | 101101 | 111001 | 110001 | 100101 |
Color Harmonies of #8C8830
Complementary color
Monochromatic Colors of #8C8830
Black with #8C8830
Text Example
Text Example
White with #8C8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8830; }
p { color: rgb(140,136,48); }
H1.HeaderClassName
{
color: #8C8830;
}
.AnyTagClassName
{
color: #8C8830;
}
</style>
background-color css
<style>
a { background-color: #8C8830; }
a { background-color: rgb(140,136,48); }
div.DivClassName
{
background-color: #8C8830;
}
.BgClassName
{
background-color: #8C8830;
}
</style>
border-color css
<style>
span { border-color: #8C8830; }
span { border-color: rgb(140,136,48); }
td.TdClassName
{
border-color: #8C8830;
}
.TagClassName
{
border-color: #8C8830;
}
</style>