Shades of Highball #93974B
Tints of Highball #93974B
RGB
CMYK
RGB Variations
Color information
#93974B (or 0x93974B) is known color: Highball. HEX triplet: 93, 97 and 4B. RGB value is (147,151,75). Sum of RGB (Red+Green+Blue) = 147+151+75=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #93974B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93974B is #6C68B4. Grayscale: #8D8D8D. Windows color (decimal): -7104693 or 4954003. OLE color: 4954003.
HSL color Cylindrical-coordinate representation of color #93974B: hue angle of 63.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93974B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 151 | 75 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.41 |
| HSL | 63.16º | 0.34% | 0.44% | - |
| HSV(B) | 63.16º | 0.5% | 0.59% | - |
| XYZ | 24.37 | 28.84 | 10.94 | - |
| YUV | 141.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 75 | 0.03 | 0 | 0.50 | 0.41 | 63.16 | 0.34 | 0.44 |
| Hex | 93 | 97 | 4B | 3 | 0 | 32 | 29 | 3F | 22 | 2C |
| Octal | 223 | 227 | 113 | 3 | 0 | 62 | 51 | 77 | 42 | 54 |
| Binary | 10010011 | 10010111 | 1001011 | 11 | 0 | 110010 | 101001 | 111111 | 100010 | 101100 |
Color Harmonies of #93974B
Complementary color
Monochromatic Colors of #93974B
Black with #93974B
Text Example
Text Example
White with #93974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93974B; }
p { color: rgb(147,151,75); }
H1.HeaderClassName
{
color: #93974B;
}
.AnyTagClassName
{
color: #93974B;
}
</style>
background-color css
<style>
a { background-color: #93974B; }
a { background-color: rgb(147,151,75); }
div.DivClassName
{
background-color: #93974B;
}
.BgClassName
{
background-color: #93974B;
}
</style>
border-color css
<style>
span { border-color: #93974B; }
span { border-color: rgb(147,151,75); }
td.TdClassName
{
border-color: #93974B;
}
.TagClassName
{
border-color: #93974B;
}
</style>