Shades of Citrus #97A20C
Tints of Citrus #97A20C
RGB
CMYK
RGB Variations
Color information
#97A20C (or 0x97A20C) is known color: Citrus. HEX triplet: 97, A2 and 0C. RGB value is (151,162,12). Sum of RGB (Red+Green+Blue) = 151+162+12=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #97A20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A20C is #685DF3. Grayscale: #8E8E8E. Windows color (decimal): -6839796 or 828055. OLE color: 828055.
HSL color Cylindrical-coordinate representation of color #97A20C: hue angle of 64.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97A20C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 12 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.36 |
| HSL | 64.4º | 0.86% | 0.34% | - |
| HSV(B) | 64.4º | 0.93% | 0.64% | - |
| XYZ | 25.75 | 32.45 | 5.25 | - |
| YUV | 141.61 | 54.86 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 12 | 0.07 | 0 | 0.93 | 0.36 | 64.4 | 0.86 | 0.34 |
| Hex | 97 | A2 | C | 7 | 0 | 5D | 24 | 40 | 56 | 22 |
| Octal | 227 | 242 | 14 | 7 | 0 | 135 | 44 | 100 | 126 | 42 |
| Binary | 10010111 | 10100010 | 1100 | 111 | 0 | 1011101 | 100100 | 1000000 | 1010110 | 100010 |
Color Harmonies of #97A20C
Complementary color
Monochromatic Colors of #97A20C
Black with #97A20C
Text Example
Text Example
White with #97A20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A20C; }
p { color: rgb(151,162,12); }
H1.HeaderClassName
{
color: #97A20C;
}
.AnyTagClassName
{
color: #97A20C;
}
</style>
background-color css
<style>
a { background-color: #97A20C; }
a { background-color: rgb(151,162,12); }
div.DivClassName
{
background-color: #97A20C;
}
.BgClassName
{
background-color: #97A20C;
}
</style>
border-color css
<style>
span { border-color: #97A20C; }
span { border-color: rgb(151,162,12); }
td.TdClassName
{
border-color: #97A20C;
}
.TagClassName
{
border-color: #97A20C;
}
</style>