Shades of Citron #989A1B
Tints of Citron #989A1B
RGB
CMYK
RGB Variations
Color information
#989A1B (or 0x989A1B) is known color: Citron. HEX triplet: 98, 9A and 1B. RGB value is (152,154,27). Sum of RGB (Red+Green+Blue) = 152+154+27=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #989A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989A1B is #6765E4. Grayscale: #8B8B8B. Windows color (decimal): -6776293 or 1809048. OLE color: 1809048.
HSL color Cylindrical-coordinate representation of color #989A1B: hue angle of 60.94º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #989A1B is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 154 | 27 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.40 |
| HSL | 60.94º | 0.7% | 0.35% | - |
| HSV(B) | 60.94º | 0.82% | 0.6% | - |
| XYZ | 24.7 | 29.87 | 5.5 | - |
| YUV | 138.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 27 | 0.01 | 0 | 0.82 | 0.40 | 60.94 | 0.7 | 0.35 |
| Hex | 98 | 9A | 1B | 1 | 0 | 52 | 28 | 3D | 46 | 23 |
| Octal | 230 | 232 | 33 | 1 | 0 | 122 | 50 | 75 | 106 | 43 |
| Binary | 10011000 | 10011010 | 11011 | 1 | 0 | 1010010 | 101000 | 111101 | 1000110 | 100011 |
Color Harmonies of #989A1B
Complementary color
Monochromatic Colors of #989A1B
Black with #989A1B
Text Example
Text Example
White with #989A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989A1B; }
p { color: rgb(152,154,27); }
H1.HeaderClassName
{
color: #989A1B;
}
.AnyTagClassName
{
color: #989A1B;
}
</style>
background-color css
<style>
a { background-color: #989A1B; }
a { background-color: rgb(152,154,27); }
div.DivClassName
{
background-color: #989A1B;
}
.BgClassName
{
background-color: #989A1B;
}
</style>
border-color css
<style>
span { border-color: #989A1B; }
span { border-color: rgb(152,154,27); }
td.TdClassName
{
border-color: #989A1B;
}
.TagClassName
{
border-color: #989A1B;
}
</style>