Shades of Citron #97A229
Tints of Citron #97A229
RGB
CMYK
RGB Variations
Color information
#97A229 (or 0x97A229) is known color: Citron. HEX triplet: 97, A2 and 29. RGB value is (151,162,41). Sum of RGB (Red+Green+Blue) = 151+162+41=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #97A229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A229 is #685DD6. Grayscale: #919191. Windows color (decimal): -6839767 or 2728599. OLE color: 2728599.
HSL color Cylindrical-coordinate representation of color #97A229: hue angle of 65.45º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97A229 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 41 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.36 |
| HSL | 65.45º | 0.6% | 0.4% | - |
| HSV(B) | 65.45º | 0.75% | 0.64% | - |
| XYZ | 26.08 | 32.58 | 7.01 | - |
| YUV | 144.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 41 | 0.07 | 0 | 0.75 | 0.36 | 65.45 | 0.6 | 0.4 |
| Hex | 97 | A2 | 29 | 7 | 0 | 4B | 24 | 41 | 3C | 28 |
| Octal | 227 | 242 | 51 | 7 | 0 | 113 | 44 | 101 | 74 | 50 |
| Binary | 10010111 | 10100010 | 101001 | 111 | 0 | 1001011 | 100100 | 1000001 | 111100 | 101000 |
Color Harmonies of #97A229
Complementary color
Monochromatic Colors of #97A229
Black with #97A229
Text Example
Text Example
White with #97A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A229; }
p { color: rgb(151,162,41); }
H1.HeaderClassName
{
color: #97A229;
}
.AnyTagClassName
{
color: #97A229;
}
</style>
background-color css
<style>
a { background-color: #97A229; }
a { background-color: rgb(151,162,41); }
div.DivClassName
{
background-color: #97A229;
}
.BgClassName
{
background-color: #97A229;
}
</style>
border-color css
<style>
span { border-color: #97A229; }
span { border-color: rgb(151,162,41); }
td.TdClassName
{
border-color: #97A229;
}
.TagClassName
{
border-color: #97A229;
}
</style>