Shades of Highball #94983D
Tints of Highball #94983D
RGB
CMYK
RGB Variations
Color information
#94983D (or 0x94983D) is known color: Highball. HEX triplet: 94, 98 and 3D. RGB value is (148,152,61). Sum of RGB (Red+Green+Blue) = 148+152+61=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #94983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94983D is #6B67C2. Grayscale: #8C8C8C. Windows color (decimal): -7038915 or 4036756. OLE color: 4036756.
HSL color Cylindrical-coordinate representation of color #94983D: hue angle of 62.64º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94983D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 152 | 61 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.40 |
| HSL | 62.64º | 0.43% | 0.42% | - |
| HSV(B) | 62.64º | 0.6% | 0.6% | - |
| XYZ | 24.28 | 29.09 | 8.75 | - |
| YUV | 140.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 61 | 0.03 | 0 | 0.60 | 0.40 | 62.64 | 0.43 | 0.42 |
| Hex | 94 | 98 | 3D | 3 | 0 | 3C | 28 | 3F | 2B | 2A |
| Octal | 224 | 230 | 75 | 3 | 0 | 74 | 50 | 77 | 53 | 52 |
| Binary | 10010100 | 10011000 | 111101 | 11 | 0 | 111100 | 101000 | 111111 | 101011 | 101010 |
Color Harmonies of #94983D
Complementary color
Monochromatic Colors of #94983D
Black with #94983D
Text Example
Text Example
White with #94983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94983D; }
p { color: rgb(148,152,61); }
H1.HeaderClassName
{
color: #94983D;
}
.AnyTagClassName
{
color: #94983D;
}
</style>
background-color css
<style>
a { background-color: #94983D; }
a { background-color: rgb(148,152,61); }
div.DivClassName
{
background-color: #94983D;
}
.BgClassName
{
background-color: #94983D;
}
</style>
border-color css
<style>
span { border-color: #94983D; }
span { border-color: rgb(148,152,61); }
td.TdClassName
{
border-color: #94983D;
}
.TagClassName
{
border-color: #94983D;
}
</style>