Shades of Citron #97980E
Tints of Citron #97980E
RGB
CMYK
RGB Variations
Color information
#97980E (or 0x97980E) is known color: Citron. HEX triplet: 97, 98 and 0E. RGB value is (151,152,14). Sum of RGB (Red+Green+Blue) = 151+152+14=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #97980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97980E is #6867F1. Grayscale: #888888. Windows color (decimal): -6842354 or 956567. OLE color: 956567.
HSL color Cylindrical-coordinate representation of color #97980E: hue angle of 60.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97980E is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 14 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.40 |
| HSL | 60.43º | 0.83% | 0.33% | - |
| HSV(B) | 60.43º | 0.91% | 0.6% | - |
| XYZ | 24.07 | 29.07 | 4.76 | - |
| YUV | 135.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 14 | 0.01 | 0 | 0.91 | 0.40 | 60.43 | 0.83 | 0.33 |
| Hex | 97 | 98 | E | 1 | 0 | 5B | 28 | 3C | 53 | 21 |
| Octal | 227 | 230 | 16 | 1 | 0 | 133 | 50 | 74 | 123 | 41 |
| Binary | 10010111 | 10011000 | 1110 | 1 | 0 | 1011011 | 101000 | 111100 | 1010011 | 100001 |
Color Harmonies of #97980E
Complementary color
Monochromatic Colors of #97980E
Black with #97980E
Text Example
Text Example
White with #97980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97980E; }
p { color: rgb(151,152,14); }
H1.HeaderClassName
{
color: #97980E;
}
.AnyTagClassName
{
color: #97980E;
}
</style>
background-color css
<style>
a { background-color: #97980E; }
a { background-color: rgb(151,152,14); }
div.DivClassName
{
background-color: #97980E;
}
.BgClassName
{
background-color: #97980E;
}
</style>
border-color css
<style>
span { border-color: #97980E; }
span { border-color: rgb(151,152,14); }
td.TdClassName
{
border-color: #97980E;
}
.TagClassName
{
border-color: #97980E;
}
</style>