Shades of Citron #98AA1B
Tints of Citron #98AA1B
RGB
CMYK
RGB Variations
Color information
#98AA1B (or 0x98AA1B) is known color: Citron. HEX triplet: 98, AA and 1B. RGB value is (152,170,27). Sum of RGB (Red+Green+Blue) = 152+170+27=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AA1B is #6755E4. Grayscale: #949494. Windows color (decimal): -6772197 or 1813144. OLE color: 1813144.
HSL color Cylindrical-coordinate representation of color #98AA1B: hue angle of 67.55º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98AA1B is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 27 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.33 |
| HSL | 67.55º | 0.73% | 0.39% | - |
| HSV(B) | 67.55º | 0.84% | 0.67% | - |
| XYZ | 27.52 | 35.5 | 6.44 | - |
| YUV | 148.32 | 59.54 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 27 | 0.11 | 0 | 0.84 | 0.33 | 67.55 | 0.73 | 0.39 |
| Hex | 98 | AA | 1B | B | 0 | 54 | 21 | 44 | 49 | 27 |
| Octal | 230 | 252 | 33 | 13 | 0 | 124 | 41 | 104 | 111 | 47 |
| Binary | 10011000 | 10101010 | 11011 | 1011 | 0 | 1010100 | 100001 | 1000100 | 1001001 | 100111 |
Color Harmonies of #98AA1B
Complementary color
Monochromatic Colors of #98AA1B
Black with #98AA1B
Text Example
Text Example
White with #98AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AA1B; }
p { color: rgb(152,170,27); }
H1.HeaderClassName
{
color: #98AA1B;
}
.AnyTagClassName
{
color: #98AA1B;
}
</style>
background-color css
<style>
a { background-color: #98AA1B; }
a { background-color: rgb(152,170,27); }
div.DivClassName
{
background-color: #98AA1B;
}
.BgClassName
{
background-color: #98AA1B;
}
</style>
border-color css
<style>
span { border-color: #98AA1B; }
span { border-color: rgb(152,170,27); }
td.TdClassName
{
border-color: #98AA1B;
}
.TagClassName
{
border-color: #98AA1B;
}
</style>