Shades of Highball #9B8D4A
Tints of Highball #9B8D4A
RGB
CMYK
RGB Variations
Color information
#9B8D4A (or 0x9B8D4A) is known color: Highball. HEX triplet: 9B, 8D and 4A. RGB value is (155,141,74). Sum of RGB (Red+Green+Blue) = 155+141+74=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8D4A is #6472B5. Grayscale: #898989. Windows color (decimal): -6582966 or 4885915. OLE color: 4885915.
HSL color Cylindrical-coordinate representation of color #9B8D4A: hue angle of 49.63º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B8D4A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 141 | 74 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.39 |
| HSL | 49.63º | 0.35% | 0.45% | - |
| HSV(B) | 49.63º | 0.52% | 0.61% | - |
| XYZ | 24.28 | 26.51 | 10.32 | - |
| YUV | 137.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 74 | 0 | 0.09 | 0.52 | 0.39 | 49.63 | 0.35 | 0.45 |
| Hex | 9B | 8D | 4A | 0 | 9 | 34 | 27 | 32 | 23 | 2D |
| Octal | 233 | 215 | 112 | 0 | 11 | 64 | 47 | 62 | 43 | 55 |
| Binary | 10011011 | 10001101 | 1001010 | 0 | 1001 | 110100 | 100111 | 110010 | 100011 | 101101 |
Color Harmonies of #9B8D4A
Complementary color
Monochromatic Colors of #9B8D4A
Black with #9B8D4A
Text Example
Text Example
White with #9B8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8D4A; }
p { color: rgb(155,141,74); }
H1.HeaderClassName
{
color: #9B8D4A;
}
.AnyTagClassName
{
color: #9B8D4A;
}
</style>
background-color css
<style>
a { background-color: #9B8D4A; }
a { background-color: rgb(155,141,74); }
div.DivClassName
{
background-color: #9B8D4A;
}
.BgClassName
{
background-color: #9B8D4A;
}
</style>
border-color css
<style>
span { border-color: #9B8D4A; }
span { border-color: rgb(155,141,74); }
td.TdClassName
{
border-color: #9B8D4A;
}
.TagClassName
{
border-color: #9B8D4A;
}
</style>