Shades of Highball #989B4B
Tints of Highball #989B4B
RGB
CMYK
RGB Variations
Color information
#989B4B (or 0x989B4B) is known color: Highball. HEX triplet: 98, 9B and 4B. RGB value is (152,155,75). Sum of RGB (Red+Green+Blue) = 152+155+75=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #989B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989B4B is #6764B4. Grayscale: #919191. Windows color (decimal): -6775989 or 4955032. OLE color: 4955032.
HSL color Cylindrical-coordinate representation of color #989B4B: hue angle of 62.25º 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 #989B4B is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 155 | 75 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.39 |
| HSL | 62.25º | 0.35% | 0.45% | - |
| HSV(B) | 62.25º | 0.52% | 0.61% | - |
| XYZ | 25.94 | 30.63 | 11.2 | - |
| YUV | 144.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 75 | 0.02 | 0 | 0.52 | 0.39 | 62.25 | 0.35 | 0.45 |
| Hex | 98 | 9B | 4B | 2 | 0 | 34 | 27 | 3E | 23 | 2D |
| Octal | 230 | 233 | 113 | 2 | 0 | 64 | 47 | 76 | 43 | 55 |
| Binary | 10011000 | 10011011 | 1001011 | 10 | 0 | 110100 | 100111 | 111110 | 100011 | 101101 |
Color Harmonies of #989B4B
Complementary color
Monochromatic Colors of #989B4B
Black with #989B4B
Text Example
Text Example
White with #989B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989B4B; }
p { color: rgb(152,155,75); }
H1.HeaderClassName
{
color: #989B4B;
}
.AnyTagClassName
{
color: #989B4B;
}
</style>
background-color css
<style>
a { background-color: #989B4B; }
a { background-color: rgb(152,155,75); }
div.DivClassName
{
background-color: #989B4B;
}
.BgClassName
{
background-color: #989B4B;
}
</style>
border-color css
<style>
span { border-color: #989B4B; }
span { border-color: rgb(152,155,75); }
td.TdClassName
{
border-color: #989B4B;
}
.TagClassName
{
border-color: #989B4B;
}
</style>