Shades of Citron #989A2A
Tints of Citron #989A2A
RGB
CMYK
RGB Variations
Color information
#989A2A (or 0x989A2A) is known color: Citron. HEX triplet: 98, 9A and 2A. RGB value is (152,154,42). Sum of RGB (Red+Green+Blue) = 152+154+42=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 154 - color contains mainly: green. Hex color #989A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989A2A is #6765D5. Grayscale: #8D8D8D. Windows color (decimal): -6776278 or 2792088. OLE color: 2792088.
HSL color Cylindrical-coordinate representation of color #989A2A: hue angle of 61.07º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #989A2A is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 154 | 42 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.40 |
| HSL | 61.07º | 0.57% | 0.38% | - |
| HSV(B) | 61.07º | 0.73% | 0.6% | - |
| XYZ | 24.92 | 29.95 | 6.66 | - |
| YUV | 140.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 42 | 0.01 | 0 | 0.73 | 0.40 | 61.07 | 0.57 | 0.38 |
| Hex | 98 | 9A | 2A | 1 | 0 | 49 | 28 | 3D | 39 | 26 |
| Octal | 230 | 232 | 52 | 1 | 0 | 111 | 50 | 75 | 71 | 46 |
| Binary | 10011000 | 10011010 | 101010 | 1 | 0 | 1001001 | 101000 | 111101 | 111001 | 100110 |
Color Harmonies of #989A2A
Complementary color
Monochromatic Colors of #989A2A
Black with #989A2A
Text Example
Text Example
White with #989A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989A2A; }
p { color: rgb(152,154,42); }
H1.HeaderClassName
{
color: #989A2A;
}
.AnyTagClassName
{
color: #989A2A;
}
</style>
background-color css
<style>
a { background-color: #989A2A; }
a { background-color: rgb(152,154,42); }
div.DivClassName
{
background-color: #989A2A;
}
.BgClassName
{
background-color: #989A2A;
}
</style>
border-color css
<style>
span { border-color: #989A2A; }
span { border-color: rgb(152,154,42); }
td.TdClassName
{
border-color: #989A2A;
}
.TagClassName
{
border-color: #989A2A;
}
</style>