Shades of Highball #93984B
Tints of Highball #93984B
RGB
CMYK
RGB Variations
Color information
#93984B (or 0x93984B) is known color: Highball. HEX triplet: 93, 98 and 4B. RGB value is (147,152,75). Sum of RGB (Red+Green+Blue) = 147+152+75=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #93984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93984B is #6C67B4. Grayscale: #8E8E8E. Windows color (decimal): -7104437 or 4954259. OLE color: 4954259.
HSL color Cylindrical-coordinate representation of color #93984B: hue angle of 63.9º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93984B is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 152 | 75 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.40 |
| HSL | 63.9º | 0.34% | 0.45% | - |
| HSV(B) | 63.9º | 0.51% | 0.6% | - |
| XYZ | 24.53 | 29.17 | 10.99 | - |
| YUV | 141.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 75 | 0.03 | 0 | 0.51 | 0.40 | 63.9 | 0.34 | 0.45 |
| Hex | 93 | 98 | 4B | 3 | 0 | 33 | 28 | 40 | 22 | 2D |
| Octal | 223 | 230 | 113 | 3 | 0 | 63 | 50 | 100 | 42 | 55 |
| Binary | 10010011 | 10011000 | 1001011 | 11 | 0 | 110011 | 101000 | 1000000 | 100010 | 101101 |
Color Harmonies of #93984B
Complementary color
Monochromatic Colors of #93984B
Black with #93984B
Text Example
Text Example
White with #93984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93984B; }
p { color: rgb(147,152,75); }
H1.HeaderClassName
{
color: #93984B;
}
.AnyTagClassName
{
color: #93984B;
}
</style>
background-color css
<style>
a { background-color: #93984B; }
a { background-color: rgb(147,152,75); }
div.DivClassName
{
background-color: #93984B;
}
.BgClassName
{
background-color: #93984B;
}
</style>
border-color css
<style>
span { border-color: #93984B; }
span { border-color: rgb(147,152,75); }
td.TdClassName
{
border-color: #93984B;
}
.TagClassName
{
border-color: #93984B;
}
</style>