Shades of Citrus #97AD0D
Tints of Citrus #97AD0D
RGB
CMYK
RGB Variations
Color information
#97AD0D (or 0x97AD0D) is known color: Citrus. HEX triplet: 97, AD and 0D. RGB value is (151,173,13). Sum of RGB (Red+Green+Blue) = 151+173+13=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97AD0D is #6852F2. Grayscale: #949494. Windows color (decimal): -6836979 or 896407. OLE color: 896407.
HSL color Cylindrical-coordinate representation of color #97AD0D: hue angle of 68.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97AD0D is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 173 | 13 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.32 |
| HSL | 68.25º | 0.86% | 0.36% | - |
| HSV(B) | 68.25º | 0.92% | 0.68% | - |
| XYZ | 27.78 | 36.5 | 5.96 | - |
| YUV | 148.18 | 51.71 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 173 | 13 | 0.13 | 0 | 0.92 | 0.32 | 68.25 | 0.86 | 0.36 |
| Hex | 97 | AD | D | D | 0 | 5C | 20 | 44 | 56 | 24 |
| Octal | 227 | 255 | 15 | 15 | 0 | 134 | 40 | 104 | 126 | 44 |
| Binary | 10010111 | 10101101 | 1101 | 1101 | 0 | 1011100 | 100000 | 1000100 | 1010110 | 100100 |
Color Harmonies of #97AD0D
Complementary color
Monochromatic Colors of #97AD0D
Black with #97AD0D
Text Example
Text Example
White with #97AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AD0D; }
p { color: rgb(151,173,13); }
H1.HeaderClassName
{
color: #97AD0D;
}
.AnyTagClassName
{
color: #97AD0D;
}
</style>
background-color css
<style>
a { background-color: #97AD0D; }
a { background-color: rgb(151,173,13); }
div.DivClassName
{
background-color: #97AD0D;
}
.BgClassName
{
background-color: #97AD0D;
}
</style>
border-color css
<style>
span { border-color: #97AD0D; }
span { border-color: rgb(151,173,13); }
td.TdClassName
{
border-color: #97AD0D;
}
.TagClassName
{
border-color: #97AD0D;
}
</style>