Shades of Citron #989F2B
Tints of Citron #989F2B
RGB
CMYK
RGB Variations
Color information
#989F2B (or 0x989F2B) is known color: Citron. HEX triplet: 98, 9F and 2B. RGB value is (152,159,43). Sum of RGB (Red+Green+Blue) = 152+159+43=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #989F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989F2B is #6760D4. Grayscale: #909090. Windows color (decimal): -6774997 or 2858904. OLE color: 2858904.
HSL color Cylindrical-coordinate representation of color #989F2B: hue angle of 63.62º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #989F2B is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 159 | 43 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.38 |
| HSL | 63.62º | 0.57% | 0.4% | - |
| HSV(B) | 63.62º | 0.73% | 0.62% | - |
| XYZ | 25.78 | 31.65 | 7.03 | - |
| YUV | 143.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 43 | 0.04 | 0 | 0.73 | 0.38 | 63.62 | 0.57 | 0.4 |
| Hex | 98 | 9F | 2B | 4 | 0 | 49 | 26 | 40 | 39 | 28 |
| Octal | 230 | 237 | 53 | 4 | 0 | 111 | 46 | 100 | 71 | 50 |
| Binary | 10011000 | 10011111 | 101011 | 100 | 0 | 1001001 | 100110 | 1000000 | 111001 | 101000 |
Color Harmonies of #989F2B
Complementary color
Monochromatic Colors of #989F2B
Black with #989F2B
Text Example
Text Example
White with #989F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989F2B; }
p { color: rgb(152,159,43); }
H1.HeaderClassName
{
color: #989F2B;
}
.AnyTagClassName
{
color: #989F2B;
}
</style>
background-color css
<style>
a { background-color: #989F2B; }
a { background-color: rgb(152,159,43); }
div.DivClassName
{
background-color: #989F2B;
}
.BgClassName
{
background-color: #989F2B;
}
</style>
border-color css
<style>
span { border-color: #989F2B; }
span { border-color: rgb(152,159,43); }
td.TdClassName
{
border-color: #989F2B;
}
.TagClassName
{
border-color: #989F2B;
}
</style>