Shades of Citron #98971C
Tints of Citron #98971C
RGB
CMYK
RGB Variations
Color information
#98971C (or 0x98971C) is known color: Citron. HEX triplet: 98, 97 and 1C. RGB value is (152,151,28). Sum of RGB (Red+Green+Blue) = 152+151+28=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98971C is #6768E3. Grayscale: #898989. Windows color (decimal): -6777060 or 1873816. OLE color: 1873816.
HSL color Cylindrical-coordinate representation of color #98971C: hue angle of 59.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98971C is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 151 | 28 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.40 |
| HSL | 59.52º | 0.69% | 0.35% | - |
| HSV(B) | 59.52º | 0.82% | 0.6% | - |
| XYZ | 24.23 | 28.89 | 5.4 | - |
| YUV | 137.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 151 | 28 | 0 | 0.01 | 0.82 | 0.40 | 59.52 | 0.69 | 0.35 |
| Hex | 98 | 97 | 1C | 0 | 1 | 52 | 28 | 3C | 45 | 23 |
| Octal | 230 | 227 | 34 | 0 | 1 | 122 | 50 | 74 | 105 | 43 |
| Binary | 10011000 | 10010111 | 11100 | 0 | 1 | 1010010 | 101000 | 111100 | 1000101 | 100011 |
Color Harmonies of #98971C
Complementary color
Monochromatic Colors of #98971C
Black with #98971C
Text Example
Text Example
White with #98971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98971C; }
p { color: rgb(152,151,28); }
H1.HeaderClassName
{
color: #98971C;
}
.AnyTagClassName
{
color: #98971C;
}
</style>
background-color css
<style>
a { background-color: #98971C; }
a { background-color: rgb(152,151,28); }
div.DivClassName
{
background-color: #98971C;
}
.BgClassName
{
background-color: #98971C;
}
</style>
border-color css
<style>
span { border-color: #98971C; }
span { border-color: rgb(152,151,28); }
td.TdClassName
{
border-color: #98971C;
}
.TagClassName
{
border-color: #98971C;
}
</style>