Shades of Citron #989C0D
Tints of Citron #989C0D
RGB
CMYK
RGB Variations
Color information
#989C0D (or 0x989C0D) is known color: Citron. HEX triplet: 98, 9C and 0D. RGB value is (152,156,13). Sum of RGB (Red+Green+Blue) = 152+156+13=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #989C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989C0D is #6763F2. Grayscale: #8B8B8B. Windows color (decimal): -6775795 or 892056. OLE color: 892056.
HSL color Cylindrical-coordinate representation of color #989C0D: hue angle of 61.68º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #989C0D is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 156 | 13 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.39 |
| HSL | 61.68º | 0.85% | 0.33% | - |
| HSV(B) | 61.68º | 0.92% | 0.61% | - |
| XYZ | 24.91 | 30.48 | 4.95 | - |
| YUV | 138.5 | 57.17 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 13 | 0.03 | 0 | 0.92 | 0.39 | 61.68 | 0.85 | 0.33 |
| Hex | 98 | 9C | D | 3 | 0 | 5C | 27 | 3E | 55 | 21 |
| Octal | 230 | 234 | 15 | 3 | 0 | 134 | 47 | 76 | 125 | 41 |
| Binary | 10011000 | 10011100 | 1101 | 11 | 0 | 1011100 | 100111 | 111110 | 1010101 | 100001 |
Color Harmonies of #989C0D
Complementary color
Monochromatic Colors of #989C0D
Black with #989C0D
Text Example
Text Example
White with #989C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C0D; }
p { color: rgb(152,156,13); }
H1.HeaderClassName
{
color: #989C0D;
}
.AnyTagClassName
{
color: #989C0D;
}
</style>
background-color css
<style>
a { background-color: #989C0D; }
a { background-color: rgb(152,156,13); }
div.DivClassName
{
background-color: #989C0D;
}
.BgClassName
{
background-color: #989C0D;
}
</style>
border-color css
<style>
span { border-color: #989C0D; }
span { border-color: rgb(152,156,13); }
td.TdClassName
{
border-color: #989C0D;
}
.TagClassName
{
border-color: #989C0D;
}
</style>