Shades of Gurkha #989262
Tints of Gurkha #989262
RGB
CMYK
RGB Variations
Color information
#989262 (or 0x989262) is known color: Gurkha. HEX triplet: 98, 92 and 62. RGB value is (152,146,98). Sum of RGB (Red+Green+Blue) = 152+146+98=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #989262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989262 is #676D9D. Grayscale: #8E8E8E. Windows color (decimal): -6778270 or 6460056. OLE color: 6460056.
HSL color Cylindrical-coordinate representation of color #989262: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989262 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 98 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.40 |
| HSL | 53.33º | 0.22% | 0.49% | - |
| HSV(B) | 53.33º | 0.36% | 0.6% | - |
| XYZ | 25.43 | 28.12 | 15.64 | - |
| YUV | 142.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 98 | 0 | 0.04 | 0.36 | 0.40 | 53.33 | 0.22 | 0.49 |
| Hex | 98 | 92 | 62 | 0 | 4 | 24 | 28 | 35 | 16 | 31 |
| Octal | 230 | 222 | 142 | 0 | 4 | 44 | 50 | 65 | 26 | 61 |
| Binary | 10011000 | 10010010 | 1100010 | 0 | 100 | 100100 | 101000 | 110101 | 10110 | 110001 |
Color Harmonies of #989262
Complementary color
Monochromatic Colors of #989262
Black with #989262
Text Example
Text Example
White with #989262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989262; }
p { color: rgb(152,146,98); }
H1.HeaderClassName
{
color: #989262;
}
.AnyTagClassName
{
color: #989262;
}
</style>
background-color css
<style>
a { background-color: #989262; }
a { background-color: rgb(152,146,98); }
div.DivClassName
{
background-color: #989262;
}
.BgClassName
{
background-color: #989262;
}
</style>
border-color css
<style>
span { border-color: #989262; }
span { border-color: rgb(152,146,98); }
td.TdClassName
{
border-color: #989262;
}
.TagClassName
{
border-color: #989262;
}
</style>