Shades of Citron #97A225
Tints of Citron #97A225
RGB
CMYK
RGB Variations
Color information
#97A225 (or 0x97A225) is known color: Citron. HEX triplet: 97, A2 and 25. RGB value is (151,162,37). Sum of RGB (Red+Green+Blue) = 151+162+37=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #97A225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A225 is #685DDA. Grayscale: #909090. Windows color (decimal): -6839771 or 2466455. OLE color: 2466455.
HSL color Cylindrical-coordinate representation of color #97A225: hue angle of 65.28º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97A225 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 37 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.36 |
| HSL | 65.28º | 0.63% | 0.39% | - |
| HSV(B) | 65.28º | 0.77% | 0.64% | - |
| XYZ | 26.02 | 32.55 | 6.66 | - |
| YUV | 144.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 37 | 0.07 | 0 | 0.77 | 0.36 | 65.28 | 0.63 | 0.39 |
| Hex | 97 | A2 | 25 | 7 | 0 | 4D | 24 | 41 | 3F | 27 |
| Octal | 227 | 242 | 45 | 7 | 0 | 115 | 44 | 101 | 77 | 47 |
| Binary | 10010111 | 10100010 | 100101 | 111 | 0 | 1001101 | 100100 | 1000001 | 111111 | 100111 |
Color Harmonies of #97A225
Complementary color
Monochromatic Colors of #97A225
Black with #97A225
Text Example
Text Example
White with #97A225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A225; }
p { color: rgb(151,162,37); }
H1.HeaderClassName
{
color: #97A225;
}
.AnyTagClassName
{
color: #97A225;
}
</style>
background-color css
<style>
a { background-color: #97A225; }
a { background-color: rgb(151,162,37); }
div.DivClassName
{
background-color: #97A225;
}
.BgClassName
{
background-color: #97A225;
}
</style>
border-color css
<style>
span { border-color: #97A225; }
span { border-color: rgb(151,162,37); }
td.TdClassName
{
border-color: #97A225;
}
.TagClassName
{
border-color: #97A225;
}
</style>