Shades of Highball #9D914B
Tints of Highball #9D914B
RGB
CMYK
RGB Variations
Color information
#9D914B (or 0x9D914B) is known color: Highball. HEX triplet: 9D, 91 and 4B. RGB value is (157,145,75). Sum of RGB (Red+Green+Blue) = 157+145+75=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D914B is #626EB4. Grayscale: #8C8C8C. Windows color (decimal): -6450869 or 4952477. OLE color: 4952477.
HSL color Cylindrical-coordinate representation of color #9D914B: hue angle of 51.22º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D914B is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 75 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.38 |
| HSL | 51.22º | 0.35% | 0.45% | - |
| HSV(B) | 51.22º | 0.52% | 0.62% | - |
| XYZ | 25.3 | 27.93 | 10.71 | - |
| YUV | 140.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 75 | 0 | 0.08 | 0.52 | 0.38 | 51.22 | 0.35 | 0.45 |
| Hex | 9D | 91 | 4B | 0 | 8 | 34 | 26 | 33 | 23 | 2D |
| Octal | 235 | 221 | 113 | 0 | 10 | 64 | 46 | 63 | 43 | 55 |
| Binary | 10011101 | 10010001 | 1001011 | 0 | 1000 | 110100 | 100110 | 110011 | 100011 | 101101 |
Color Harmonies of #9D914B
Complementary color
Monochromatic Colors of #9D914B
Black with #9D914B
Text Example
Text Example
White with #9D914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D914B; }
p { color: rgb(157,145,75); }
H1.HeaderClassName
{
color: #9D914B;
}
.AnyTagClassName
{
color: #9D914B;
}
</style>
background-color css
<style>
a { background-color: #9D914B; }
a { background-color: rgb(157,145,75); }
div.DivClassName
{
background-color: #9D914B;
}
.BgClassName
{
background-color: #9D914B;
}
</style>
border-color css
<style>
span { border-color: #9D914B; }
span { border-color: rgb(157,145,75); }
td.TdClassName
{
border-color: #9D914B;
}
.TagClassName
{
border-color: #9D914B;
}
</style>