Shades of Citron #98A534
Tints of Citron #98A534
RGB
CMYK
RGB Variations
Color information
#98A534 (or 0x98A534) is known color: Citron. HEX triplet: 98, A5 and 34. RGB value is (152,165,52). Sum of RGB (Red+Green+Blue) = 152+165+52=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #98A534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A534 is #675ACB. Grayscale: #949494. Windows color (decimal): -6773452 or 3450264. OLE color: 3450264.
HSL color Cylindrical-coordinate representation of color #98A534: hue angle of 66.9º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98A534 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 165 | 52 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.35 |
| HSL | 66.9º | 0.52% | 0.43% | - |
| HSV(B) | 66.9º | 0.68% | 0.65% | - |
| XYZ | 27.02 | 33.83 | 8.36 | - |
| YUV | 148.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 52 | 0.08 | 0 | 0.68 | 0.35 | 66.9 | 0.52 | 0.43 |
| Hex | 98 | A5 | 34 | 8 | 0 | 44 | 23 | 43 | 34 | 2B |
| Octal | 230 | 245 | 64 | 10 | 0 | 104 | 43 | 103 | 64 | 53 |
| Binary | 10011000 | 10100101 | 110100 | 1000 | 0 | 1000100 | 100011 | 1000011 | 110100 | 101011 |
Color Harmonies of #98A534
Complementary color
Monochromatic Colors of #98A534
Black with #98A534
Text Example
Text Example
White with #98A534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A534; }
p { color: rgb(152,165,52); }
H1.HeaderClassName
{
color: #98A534;
}
.AnyTagClassName
{
color: #98A534;
}
</style>
background-color css
<style>
a { background-color: #98A534; }
a { background-color: rgb(152,165,52); }
div.DivClassName
{
background-color: #98A534;
}
.BgClassName
{
background-color: #98A534;
}
</style>
border-color css
<style>
span { border-color: #98A534; }
span { border-color: rgb(152,165,52); }
td.TdClassName
{
border-color: #98A534;
}
.TagClassName
{
border-color: #98A534;
}
</style>