Shades of Highball #9D9238
Tints of Highball #9D9238
RGB
CMYK
RGB Variations
Color information
#9D9238 (or 0x9D9238) is known color: Highball. HEX triplet: 9D, 92 and 38. RGB value is (157,146,56). Sum of RGB (Red+Green+Blue) = 157+146+56=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9238 is #626DC7. Grayscale: #8B8B8B. Windows color (decimal): -6450632 or 3707549. OLE color: 3707549.
HSL color Cylindrical-coordinate representation of color #9D9238: hue angle of 53.47º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D9238 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 56 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.38 |
| HSL | 53.47º | 0.47% | 0.42% | - |
| HSV(B) | 53.47º | 0.64% | 0.62% | - |
| XYZ | 24.9 | 28.01 | 7.84 | - |
| YUV | 139.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 56 | 0 | 0.07 | 0.64 | 0.38 | 53.47 | 0.47 | 0.42 |
| Hex | 9D | 92 | 38 | 0 | 7 | 40 | 26 | 35 | 2F | 2A |
| Octal | 235 | 222 | 70 | 0 | 7 | 100 | 46 | 65 | 57 | 52 |
| Binary | 10011101 | 10010010 | 111000 | 0 | 111 | 1000000 | 100110 | 110101 | 101111 | 101010 |
Color Harmonies of #9D9238
Complementary color
Monochromatic Colors of #9D9238
Black with #9D9238
Text Example
Text Example
White with #9D9238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9238; }
p { color: rgb(157,146,56); }
H1.HeaderClassName
{
color: #9D9238;
}
.AnyTagClassName
{
color: #9D9238;
}
</style>
background-color css
<style>
a { background-color: #9D9238; }
a { background-color: rgb(157,146,56); }
div.DivClassName
{
background-color: #9D9238;
}
.BgClassName
{
background-color: #9D9238;
}
</style>
border-color css
<style>
span { border-color: #9D9238; }
span { border-color: rgb(157,146,56); }
td.TdClassName
{
border-color: #9D9238;
}
.TagClassName
{
border-color: #9D9238;
}
</style>