Shades of Citron #97A213
Tints of Citron #97A213
RGB
CMYK
RGB Variations
Color information
#97A213 (or 0x97A213) is known color: Citron. HEX triplet: 97, A2 and 13. RGB value is (151,162,19). Sum of RGB (Red+Green+Blue) = 151+162+19=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #97A213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A213 is #685DEC. Grayscale: #8E8E8E. Windows color (decimal): -6839789 or 1286807. OLE color: 1286807.
HSL color Cylindrical-coordinate representation of color #97A213: hue angle of 64.62º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #97A213 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 19 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.36 |
| HSL | 64.62º | 0.79% | 0.35% | - |
| HSV(B) | 64.62º | 0.88% | 0.64% | - |
| XYZ | 25.8 | 32.47 | 5.52 | - |
| YUV | 142.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 19 | 0.07 | 0 | 0.88 | 0.36 | 64.62 | 0.79 | 0.35 |
| Hex | 97 | A2 | 13 | 7 | 0 | 58 | 24 | 41 | 4F | 23 |
| Octal | 227 | 242 | 23 | 7 | 0 | 130 | 44 | 101 | 117 | 43 |
| Binary | 10010111 | 10100010 | 10011 | 111 | 0 | 1011000 | 100100 | 1000001 | 1001111 | 100011 |
Color Harmonies of #97A213
Complementary color
Monochromatic Colors of #97A213
Black with #97A213
Text Example
Text Example
White with #97A213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A213; }
p { color: rgb(151,162,19); }
H1.HeaderClassName
{
color: #97A213;
}
.AnyTagClassName
{
color: #97A213;
}
</style>
background-color css
<style>
a { background-color: #97A213; }
a { background-color: rgb(151,162,19); }
div.DivClassName
{
background-color: #97A213;
}
.BgClassName
{
background-color: #97A213;
}
</style>
border-color css
<style>
span { border-color: #97A213; }
span { border-color: rgb(151,162,19); }
td.TdClassName
{
border-color: #97A213;
}
.TagClassName
{
border-color: #97A213;
}
</style>