Shades of Highball #9B9130
Tints of Highball #9B9130
RGB
CMYK
RGB Variations
Color information
#9B9130 (or 0x9B9130) is known color: Highball. HEX triplet: 9B, 91 and 30. RGB value is (155,145,48). Sum of RGB (Red+Green+Blue) = 155+145+48=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9130 is #646ECF. Grayscale: #898989. Windows color (decimal): -6581968 or 3183003. OLE color: 3183003.
HSL color Cylindrical-coordinate representation of color #9B9130: hue angle of 54.39º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B9130 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 145 | 48 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.39 |
| HSL | 54.39º | 0.53% | 0.4% | - |
| HSV(B) | 54.39º | 0.69% | 0.61% | - |
| XYZ | 24.18 | 27.43 | 6.82 | - |
| YUV | 136.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 48 | 0 | 0.06 | 0.69 | 0.39 | 54.39 | 0.53 | 0.4 |
| Hex | 9B | 91 | 30 | 0 | 6 | 45 | 27 | 36 | 35 | 28 |
| Octal | 233 | 221 | 60 | 0 | 6 | 105 | 47 | 66 | 65 | 50 |
| Binary | 10011011 | 10010001 | 110000 | 0 | 110 | 1000101 | 100111 | 110110 | 110101 | 101000 |
Color Harmonies of #9B9130
Complementary color
Monochromatic Colors of #9B9130
Black with #9B9130
Text Example
Text Example
White with #9B9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9130; }
p { color: rgb(155,145,48); }
H1.HeaderClassName
{
color: #9B9130;
}
.AnyTagClassName
{
color: #9B9130;
}
</style>
background-color css
<style>
a { background-color: #9B9130; }
a { background-color: rgb(155,145,48); }
div.DivClassName
{
background-color: #9B9130;
}
.BgClassName
{
background-color: #9B9130;
}
</style>
border-color css
<style>
span { border-color: #9B9130; }
span { border-color: rgb(155,145,48); }
td.TdClassName
{
border-color: #9B9130;
}
.TagClassName
{
border-color: #9B9130;
}
</style>