Shades of Citron #98981E
Tints of Citron #98981E
RGB
CMYK
RGB Variations
Color information
#98981E (or 0x98981E) is known color: Citron. HEX triplet: 98, 98 and 1E. RGB value is (152,152,30). Sum of RGB (Red+Green+Blue) = 152+152+30=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98981E is #6767E1. Grayscale: #8A8A8A. Windows color (decimal): -6776802 or 2005144. OLE color: 2005144.
HSL color Cylindrical-coordinate representation of color #98981E: hue angle of 60º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98981E is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 30 | - |
| CMYK | 0 | 0 | 0.80 | 0.40 |
| HSL | 60º | 0.67% | 0.36% | - |
| HSV(B) | 60º | 0.8% | 0.6% | - |
| XYZ | 24.41 | 29.23 | 5.58 | - |
| YUV | 138.09 | 67 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 30 | 0 | 0 | 0.80 | 0.40 | 60 | 0.67 | 0.36 |
| Hex | 98 | 98 | 1E | 0 | 0 | 50 | 28 | 3C | 43 | 24 |
| Octal | 230 | 230 | 36 | 0 | 0 | 120 | 50 | 74 | 103 | 44 |
| Binary | 10011000 | 10011000 | 11110 | 0 | 0 | 1010000 | 101000 | 111100 | 1000011 | 100100 |
Color Harmonies of #98981E
Complementary color
Monochromatic Colors of #98981E
Black with #98981E
Text Example
Text Example
White with #98981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98981E; }
p { color: rgb(152,152,30); }
H1.HeaderClassName
{
color: #98981E;
}
.AnyTagClassName
{
color: #98981E;
}
</style>
background-color css
<style>
a { background-color: #98981E; }
a { background-color: rgb(152,152,30); }
div.DivClassName
{
background-color: #98981E;
}
.BgClassName
{
background-color: #98981E;
}
</style>
border-color css
<style>
span { border-color: #98981E; }
span { border-color: rgb(152,152,30); }
td.TdClassName
{
border-color: #98981E;
}
.TagClassName
{
border-color: #98981E;
}
</style>