Shades of Citrus #97A20D
Tints of Citrus #97A20D
RGB
CMYK
RGB Variations
Color information
#97A20D (or 0x97A20D) is known color: Citrus. HEX triplet: 97, A2 and 0D. RGB value is (151,162,13). Sum of RGB (Red+Green+Blue) = 151+162+13=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #97A20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A20D is #685DF2. Grayscale: #8E8E8E. Windows color (decimal): -6839795 or 893591. OLE color: 893591.
HSL color Cylindrical-coordinate representation of color #97A20D: hue angle of 64.43º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97A20D is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 13 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.36 |
| HSL | 64.43º | 0.85% | 0.34% | - |
| HSV(B) | 64.43º | 0.92% | 0.64% | - |
| XYZ | 25.76 | 32.45 | 5.29 | - |
| YUV | 141.73 | 55.36 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 13 | 0.07 | 0 | 0.92 | 0.36 | 64.43 | 0.85 | 0.34 |
| Hex | 97 | A2 | D | 7 | 0 | 5C | 24 | 40 | 55 | 22 |
| Octal | 227 | 242 | 15 | 7 | 0 | 134 | 44 | 100 | 125 | 42 |
| Binary | 10010111 | 10100010 | 1101 | 111 | 0 | 1011100 | 100100 | 1000000 | 1010101 | 100010 |
Color Harmonies of #97A20D
Complementary color
Monochromatic Colors of #97A20D
Black with #97A20D
Text Example
Text Example
White with #97A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A20D; }
p { color: rgb(151,162,13); }
H1.HeaderClassName
{
color: #97A20D;
}
.AnyTagClassName
{
color: #97A20D;
}
</style>
background-color css
<style>
a { background-color: #97A20D; }
a { background-color: rgb(151,162,13); }
div.DivClassName
{
background-color: #97A20D;
}
.BgClassName
{
background-color: #97A20D;
}
</style>
border-color css
<style>
span { border-color: #97A20D; }
span { border-color: rgb(151,162,13); }
td.TdClassName
{
border-color: #97A20D;
}
.TagClassName
{
border-color: #97A20D;
}
</style>