Shades of Highball #9B914F
Tints of Highball #9B914F
RGB
CMYK
RGB Variations
Color information
#9B914F (or 0x9B914F) is known color: Highball. HEX triplet: 9B, 91 and 4F. RGB value is (155,145,79). Sum of RGB (Red+Green+Blue) = 155+145+79=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B914F is #646EB0. Grayscale: #8C8C8C. Windows color (decimal): -6581937 or 5214619. OLE color: 5214619.
HSL color Cylindrical-coordinate representation of color #9B914F: hue angle of 52.11º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B914F is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 145 | 79 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.39 |
| HSL | 52.11º | 0.32% | 0.46% | - |
| HSV(B) | 52.11º | 0.49% | 0.61% | - |
| XYZ | 25.05 | 27.78 | 11.44 | - |
| YUV | 140.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 79 | 0 | 0.06 | 0.49 | 0.39 | 52.11 | 0.32 | 0.46 |
| Hex | 9B | 91 | 4F | 0 | 6 | 31 | 27 | 34 | 20 | 2E |
| Octal | 233 | 221 | 117 | 0 | 6 | 61 | 47 | 64 | 40 | 56 |
| Binary | 10011011 | 10010001 | 1001111 | 0 | 110 | 110001 | 100111 | 110100 | 100000 | 101110 |
Color Harmonies of #9B914F
Complementary color
Monochromatic Colors of #9B914F
Black with #9B914F
Text Example
Text Example
White with #9B914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B914F; }
p { color: rgb(155,145,79); }
H1.HeaderClassName
{
color: #9B914F;
}
.AnyTagClassName
{
color: #9B914F;
}
</style>
background-color css
<style>
a { background-color: #9B914F; }
a { background-color: rgb(155,145,79); }
div.DivClassName
{
background-color: #9B914F;
}
.BgClassName
{
background-color: #9B914F;
}
</style>
border-color css
<style>
span { border-color: #9B914F; }
span { border-color: rgb(155,145,79); }
td.TdClassName
{
border-color: #9B914F;
}
.TagClassName
{
border-color: #9B914F;
}
</style>