Shades of Citrus #97A30D
Tints of Citrus #97A30D
RGB
CMYK
RGB Variations
Color information
#97A30D (or 0x97A30D) is known color: Citrus. HEX triplet: 97, A3 and 0D. RGB value is (151,163,13). Sum of RGB (Red+Green+Blue) = 151+163+13=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #97A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A30D is #685CF2. Grayscale: #8E8E8E. Windows color (decimal): -6839539 or 893847. OLE color: 893847.
HSL color Cylindrical-coordinate representation of color #97A30D: hue angle of 64.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97A30D is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 13 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.36 |
| HSL | 64.8º | 0.85% | 0.35% | - |
| HSV(B) | 64.8º | 0.92% | 0.64% | - |
| XYZ | 25.93 | 32.8 | 5.35 | - |
| YUV | 142.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 13 | 0.07 | 0 | 0.92 | 0.36 | 64.8 | 0.85 | 0.35 |
| Hex | 97 | A3 | D | 7 | 0 | 5C | 24 | 41 | 55 | 23 |
| Octal | 227 | 243 | 15 | 7 | 0 | 134 | 44 | 101 | 125 | 43 |
| Binary | 10010111 | 10100011 | 1101 | 111 | 0 | 1011100 | 100100 | 1000001 | 1010101 | 100011 |
Color Harmonies of #97A30D
Complementary color
Monochromatic Colors of #97A30D
Black with #97A30D
Text Example
Text Example
White with #97A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A30D; }
p { color: rgb(151,163,13); }
H1.HeaderClassName
{
color: #97A30D;
}
.AnyTagClassName
{
color: #97A30D;
}
</style>
background-color css
<style>
a { background-color: #97A30D; }
a { background-color: rgb(151,163,13); }
div.DivClassName
{
background-color: #97A30D;
}
.BgClassName
{
background-color: #97A30D;
}
</style>
border-color css
<style>
span { border-color: #97A30D; }
span { border-color: rgb(151,163,13); }
td.TdClassName
{
border-color: #97A30D;
}
.TagClassName
{
border-color: #97A30D;
}
</style>