Shades of Citron #989C1B
Tints of Citron #989C1B
RGB
CMYK
RGB Variations
Color information
#989C1B (or 0x989C1B) is known color: Citron. HEX triplet: 98, 9C and 1B. RGB value is (152,156,27). Sum of RGB (Red+Green+Blue) = 152+156+27=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #989C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989C1B is #6763E4. Grayscale: #8C8C8C. Windows color (decimal): -6775781 or 1809560. OLE color: 1809560.
HSL color Cylindrical-coordinate representation of color #989C1B: hue angle of 61.86º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #989C1B is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 156 | 27 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.39 |
| HSL | 61.86º | 0.7% | 0.36% | - |
| HSV(B) | 61.86º | 0.83% | 0.61% | - |
| XYZ | 25.04 | 30.53 | 5.61 | - |
| YUV | 140.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 27 | 0.03 | 0 | 0.83 | 0.39 | 61.86 | 0.7 | 0.36 |
| Hex | 98 | 9C | 1B | 3 | 0 | 53 | 27 | 3E | 46 | 24 |
| Octal | 230 | 234 | 33 | 3 | 0 | 123 | 47 | 76 | 106 | 44 |
| Binary | 10011000 | 10011100 | 11011 | 11 | 0 | 1010011 | 100111 | 111110 | 1000110 | 100100 |
Color Harmonies of #989C1B
Complementary color
Monochromatic Colors of #989C1B
Black with #989C1B
Text Example
Text Example
White with #989C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C1B; }
p { color: rgb(152,156,27); }
H1.HeaderClassName
{
color: #989C1B;
}
.AnyTagClassName
{
color: #989C1B;
}
</style>
background-color css
<style>
a { background-color: #989C1B; }
a { background-color: rgb(152,156,27); }
div.DivClassName
{
background-color: #989C1B;
}
.BgClassName
{
background-color: #989C1B;
}
</style>
border-color css
<style>
span { border-color: #989C1B; }
span { border-color: rgb(152,156,27); }
td.TdClassName
{
border-color: #989C1B;
}
.TagClassName
{
border-color: #989C1B;
}
</style>