Shades of Highball #948C38
Tints of Highball #948C38
RGB
CMYK
RGB Variations
Color information
#948C38 (or 0x948C38) is known color: Highball. HEX triplet: 94, 8C and 38. RGB value is (148,140,56). Sum of RGB (Red+Green+Blue) = 148+140+56=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #948C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C38 is #6B73C7. Grayscale: #858585. Windows color (decimal): -7041992 or 3706004. OLE color: 3706004.
HSL color Cylindrical-coordinate representation of color #948C38: hue angle of 54.78º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #948C38 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 56 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.42 |
| HSL | 54.78º | 0.45% | 0.4% | - |
| HSV(B) | 54.78º | 0.62% | 0.58% | - |
| XYZ | 22.3 | 25.34 | 7.46 | - |
| YUV | 132.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 56 | 0 | 0.05 | 0.62 | 0.42 | 54.78 | 0.45 | 0.4 |
| Hex | 94 | 8C | 38 | 0 | 5 | 3E | 2A | 37 | 2D | 28 |
| Octal | 224 | 214 | 70 | 0 | 5 | 76 | 52 | 67 | 55 | 50 |
| Binary | 10010100 | 10001100 | 111000 | 0 | 101 | 111110 | 101010 | 110111 | 101101 | 101000 |
Color Harmonies of #948C38
Complementary color
Monochromatic Colors of #948C38
Black with #948C38
Text Example
Text Example
White with #948C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C38; }
p { color: rgb(148,140,56); }
H1.HeaderClassName
{
color: #948C38;
}
.AnyTagClassName
{
color: #948C38;
}
</style>
background-color css
<style>
a { background-color: #948C38; }
a { background-color: rgb(148,140,56); }
div.DivClassName
{
background-color: #948C38;
}
.BgClassName
{
background-color: #948C38;
}
</style>
border-color css
<style>
span { border-color: #948C38; }
span { border-color: rgb(148,140,56); }
td.TdClassName
{
border-color: #948C38;
}
.TagClassName
{
border-color: #948C38;
}
</style>