Shades of Highball #9B904F
Tints of Highball #9B904F
RGB
CMYK
RGB Variations
Color information
#9B904F (or 0x9B904F) is known color: Highball. HEX triplet: 9B, 90 and 4F. RGB value is (155,144,79). Sum of RGB (Red+Green+Blue) = 155+144+79=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B904F is #646FB0. Grayscale: #8C8C8C. Windows color (decimal): -6582193 or 5214363. OLE color: 5214363.
HSL color Cylindrical-coordinate representation of color #9B904F: hue angle of 51.32º 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 #9B904F is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 79 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.39 |
| HSL | 51.32º | 0.32% | 0.46% | - |
| HSV(B) | 51.32º | 0.49% | 0.61% | - |
| XYZ | 24.9 | 27.48 | 11.39 | - |
| YUV | 139.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 79 | 0 | 0.07 | 0.49 | 0.39 | 51.32 | 0.32 | 0.46 |
| Hex | 9B | 90 | 4F | 0 | 7 | 31 | 27 | 33 | 20 | 2E |
| Octal | 233 | 220 | 117 | 0 | 7 | 61 | 47 | 63 | 40 | 56 |
| Binary | 10011011 | 10010000 | 1001111 | 0 | 111 | 110001 | 100111 | 110011 | 100000 | 101110 |
Color Harmonies of #9B904F
Complementary color
Monochromatic Colors of #9B904F
Black with #9B904F
Text Example
Text Example
White with #9B904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B904F; }
p { color: rgb(155,144,79); }
H1.HeaderClassName
{
color: #9B904F;
}
.AnyTagClassName
{
color: #9B904F;
}
</style>
background-color css
<style>
a { background-color: #9B904F; }
a { background-color: rgb(155,144,79); }
div.DivClassName
{
background-color: #9B904F;
}
.BgClassName
{
background-color: #9B904F;
}
</style>
border-color css
<style>
span { border-color: #9B904F; }
span { border-color: rgb(155,144,79); }
td.TdClassName
{
border-color: #9B904F;
}
.TagClassName
{
border-color: #9B904F;
}
</style>