Shades of Highball #9B904D
Tints of Highball #9B904D
RGB
CMYK
RGB Variations
Color information
#9B904D (or 0x9B904D) is known color: Highball. HEX triplet: 9B, 90 and 4D. RGB value is (155,144,77). Sum of RGB (Red+Green+Blue) = 155+144+77=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B904D is #646FB2. Grayscale: #8B8B8B. Windows color (decimal): -6582195 or 5083291. OLE color: 5083291.
HSL color Cylindrical-coordinate representation of color #9B904D: hue angle of 51.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B904D is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 77 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.39 |
| HSL | 51.54º | 0.34% | 0.45% | - |
| HSV(B) | 51.54º | 0.5% | 0.61% | - |
| XYZ | 24.83 | 27.45 | 11.01 | - |
| YUV | 139.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 77 | 0 | 0.07 | 0.50 | 0.39 | 51.54 | 0.34 | 0.45 |
| Hex | 9B | 90 | 4D | 0 | 7 | 32 | 27 | 34 | 22 | 2D |
| Octal | 233 | 220 | 115 | 0 | 7 | 62 | 47 | 64 | 42 | 55 |
| Binary | 10011011 | 10010000 | 1001101 | 0 | 111 | 110010 | 100111 | 110100 | 100010 | 101101 |
Color Harmonies of #9B904D
Complementary color
Monochromatic Colors of #9B904D
Black with #9B904D
Text Example
Text Example
White with #9B904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B904D; }
p { color: rgb(155,144,77); }
H1.HeaderClassName
{
color: #9B904D;
}
.AnyTagClassName
{
color: #9B904D;
}
</style>
background-color css
<style>
a { background-color: #9B904D; }
a { background-color: rgb(155,144,77); }
div.DivClassName
{
background-color: #9B904D;
}
.BgClassName
{
background-color: #9B904D;
}
</style>
border-color css
<style>
span { border-color: #9B904D; }
span { border-color: rgb(155,144,77); }
td.TdClassName
{
border-color: #9B904D;
}
.TagClassName
{
border-color: #9B904D;
}
</style>