Shades of Citron #98A81F
Tints of Citron #98A81F
RGB
CMYK
RGB Variations
Color information
#98A81F (or 0x98A81F) is known color: Citron. HEX triplet: 98, A8 and 1F. RGB value is (152,168,31). Sum of RGB (Red+Green+Blue) = 152+168+31=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #98A81F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A81F is #6757E0. Grayscale: #949494. Windows color (decimal): -6772705 or 2074776. OLE color: 2074776.
HSL color Cylindrical-coordinate representation of color #98A81F: hue angle of 67.01º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98A81F is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 168 | 31 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.34 |
| HSL | 67.01º | 0.69% | 0.39% | - |
| HSV(B) | 67.01º | 0.82% | 0.66% | - |
| XYZ | 27.2 | 34.78 | 6.58 | - |
| YUV | 147.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 31 | 0.10 | 0 | 0.82 | 0.34 | 67.01 | 0.69 | 0.39 |
| Hex | 98 | A8 | 1F | A | 0 | 52 | 22 | 43 | 45 | 27 |
| Octal | 230 | 250 | 37 | 12 | 0 | 122 | 42 | 103 | 105 | 47 |
| Binary | 10011000 | 10101000 | 11111 | 1010 | 0 | 1010010 | 100010 | 1000011 | 1000101 | 100111 |
Color Harmonies of #98A81F
Complementary color
Monochromatic Colors of #98A81F
Black with #98A81F
Text Example
Text Example
White with #98A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A81F; }
p { color: rgb(152,168,31); }
H1.HeaderClassName
{
color: #98A81F;
}
.AnyTagClassName
{
color: #98A81F;
}
</style>
background-color css
<style>
a { background-color: #98A81F; }
a { background-color: rgb(152,168,31); }
div.DivClassName
{
background-color: #98A81F;
}
.BgClassName
{
background-color: #98A81F;
}
</style>
border-color css
<style>
span { border-color: #98A81F; }
span { border-color: rgb(152,168,31); }
td.TdClassName
{
border-color: #98A81F;
}
.TagClassName
{
border-color: #98A81F;
}
</style>