Shades of Citron #989C14
Tints of Citron #989C14
RGB
CMYK
RGB Variations
Color information
#989C14 (or 0x989C14) is known color: Citron. HEX triplet: 98, 9C and 14. RGB value is (152,156,20). Sum of RGB (Red+Green+Blue) = 152+156+20=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #989C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989C14 is #6763EB. Grayscale: #8B8B8B. Windows color (decimal): -6775788 or 1350808. OLE color: 1350808.
HSL color Cylindrical-coordinate representation of color #989C14: hue angle of 61.76º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #989C14 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 156 | 20 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.39 |
| HSL | 61.76º | 0.77% | 0.35% | - |
| HSV(B) | 61.76º | 0.87% | 0.61% | - |
| XYZ | 24.96 | 30.5 | 5.23 | - |
| YUV | 139.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 20 | 0.03 | 0 | 0.87 | 0.39 | 61.76 | 0.77 | 0.35 |
| Hex | 98 | 9C | 14 | 3 | 0 | 57 | 27 | 3E | 4D | 23 |
| Octal | 230 | 234 | 24 | 3 | 0 | 127 | 47 | 76 | 115 | 43 |
| Binary | 10011000 | 10011100 | 10100 | 11 | 0 | 1010111 | 100111 | 111110 | 1001101 | 100011 |
Color Harmonies of #989C14
Complementary color
Monochromatic Colors of #989C14
Black with #989C14
Text Example
Text Example
White with #989C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C14; }
p { color: rgb(152,156,20); }
H1.HeaderClassName
{
color: #989C14;
}
.AnyTagClassName
{
color: #989C14;
}
</style>
background-color css
<style>
a { background-color: #989C14; }
a { background-color: rgb(152,156,20); }
div.DivClassName
{
background-color: #989C14;
}
.BgClassName
{
background-color: #989C14;
}
</style>
border-color css
<style>
span { border-color: #989C14; }
span { border-color: rgb(152,156,20); }
td.TdClassName
{
border-color: #989C14;
}
.TagClassName
{
border-color: #989C14;
}
</style>