Shades of Citron #98A134
Tints of Citron #98A134
RGB
CMYK
RGB Variations
Color information
#98A134 (or 0x98A134) is known color: Citron. HEX triplet: 98, A1 and 34. RGB value is (152,161,52). Sum of RGB (Red+Green+Blue) = 152+161+52=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #98A134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A134 is #675ECB. Grayscale: #929292. Windows color (decimal): -6774476 or 3449240. OLE color: 3449240.
HSL color Cylindrical-coordinate representation of color #98A134: hue angle of 64.95º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98A134 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 161 | 52 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.37 |
| HSL | 64.95º | 0.51% | 0.42% | - |
| HSV(B) | 64.95º | 0.68% | 0.63% | - |
| XYZ | 26.31 | 32.41 | 8.12 | - |
| YUV | 145.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 52 | 0.06 | 0 | 0.68 | 0.37 | 64.95 | 0.51 | 0.42 |
| Hex | 98 | A1 | 34 | 6 | 0 | 44 | 25 | 41 | 33 | 2A |
| Octal | 230 | 241 | 64 | 6 | 0 | 104 | 45 | 101 | 63 | 52 |
| Binary | 10011000 | 10100001 | 110100 | 110 | 0 | 1000100 | 100101 | 1000001 | 110011 | 101010 |
Color Harmonies of #98A134
Complementary color
Monochromatic Colors of #98A134
Black with #98A134
Text Example
Text Example
White with #98A134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A134; }
p { color: rgb(152,161,52); }
H1.HeaderClassName
{
color: #98A134;
}
.AnyTagClassName
{
color: #98A134;
}
</style>
background-color css
<style>
a { background-color: #98A134; }
a { background-color: rgb(152,161,52); }
div.DivClassName
{
background-color: #98A134;
}
.BgClassName
{
background-color: #98A134;
}
</style>
border-color css
<style>
span { border-color: #98A134; }
span { border-color: rgb(152,161,52); }
td.TdClassName
{
border-color: #98A134;
}
.TagClassName
{
border-color: #98A134;
}
</style>