Shades of Citron #97A210
Tints of Citron #97A210
RGB
CMYK
RGB Variations
Color information
#97A210 (or 0x97A210) is known color: Citron. HEX triplet: 97, A2 and 10. RGB value is (151,162,16). Sum of RGB (Red+Green+Blue) = 151+162+16=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #97A210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A210 is #685DEF. Grayscale: #8E8E8E. Windows color (decimal): -6839792 or 1090199. OLE color: 1090199.
HSL color Cylindrical-coordinate representation of color #97A210: hue angle of 64.52º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97A210 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 16 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.36 |
| HSL | 64.52º | 0.82% | 0.35% | - |
| HSV(B) | 64.52º | 0.9% | 0.64% | - |
| XYZ | 25.78 | 32.46 | 5.4 | - |
| YUV | 142.07 | 56.86 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 16 | 0.07 | 0 | 0.90 | 0.36 | 64.52 | 0.82 | 0.35 |
| Hex | 97 | A2 | 10 | 7 | 0 | 5A | 24 | 41 | 52 | 23 |
| Octal | 227 | 242 | 20 | 7 | 0 | 132 | 44 | 101 | 122 | 43 |
| Binary | 10010111 | 10100010 | 10000 | 111 | 0 | 1011010 | 100100 | 1000001 | 1010010 | 100011 |
Color Harmonies of #97A210
Complementary color
Monochromatic Colors of #97A210
Black with #97A210
Text Example
Text Example
White with #97A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A210; }
p { color: rgb(151,162,16); }
H1.HeaderClassName
{
color: #97A210;
}
.AnyTagClassName
{
color: #97A210;
}
</style>
background-color css
<style>
a { background-color: #97A210; }
a { background-color: rgb(151,162,16); }
div.DivClassName
{
background-color: #97A210;
}
.BgClassName
{
background-color: #97A210;
}
</style>
border-color css
<style>
span { border-color: #97A210; }
span { border-color: rgb(151,162,16); }
td.TdClassName
{
border-color: #97A210;
}
.TagClassName
{
border-color: #97A210;
}
</style>