Shades of Citron #97A116
Tints of Citron #97A116
RGB
CMYK
RGB Variations
Color information
#97A116 (or 0x97A116) is known color: Citron. HEX triplet: 97, A1 and 16. RGB value is (151,161,22). Sum of RGB (Red+Green+Blue) = 151+161+22=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #97A116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A116 is #685EE9. Grayscale: #8E8E8E. Windows color (decimal): -6840042 or 1483159. OLE color: 1483159.
HSL color Cylindrical-coordinate representation of color #97A116: hue angle of 64.32º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97A116 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 161 | 22 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.37 |
| HSL | 64.32º | 0.76% | 0.36% | - |
| HSV(B) | 64.32º | 0.86% | 0.63% | - |
| XYZ | 25.65 | 32.13 | 5.61 | - |
| YUV | 142.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 22 | 0.06 | 0 | 0.86 | 0.37 | 64.32 | 0.76 | 0.36 |
| Hex | 97 | A1 | 16 | 6 | 0 | 56 | 25 | 40 | 4C | 24 |
| Octal | 227 | 241 | 26 | 6 | 0 | 126 | 45 | 100 | 114 | 44 |
| Binary | 10010111 | 10100001 | 10110 | 110 | 0 | 1010110 | 100101 | 1000000 | 1001100 | 100100 |
Color Harmonies of #97A116
Complementary color
Monochromatic Colors of #97A116
Black with #97A116
Text Example
Text Example
White with #97A116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A116; }
p { color: rgb(151,161,22); }
H1.HeaderClassName
{
color: #97A116;
}
.AnyTagClassName
{
color: #97A116;
}
</style>
background-color css
<style>
a { background-color: #97A116; }
a { background-color: rgb(151,161,22); }
div.DivClassName
{
background-color: #97A116;
}
.BgClassName
{
background-color: #97A116;
}
</style>
border-color css
<style>
span { border-color: #97A116; }
span { border-color: rgb(151,161,22); }
td.TdClassName
{
border-color: #97A116;
}
.TagClassName
{
border-color: #97A116;
}
</style>