Shades of Citrus #97A704
Tints of Citrus #97A704
RGB
CMYK
RGB Variations
Color information
#97A704 (or 0x97A704) is known color: Citrus. HEX triplet: 97, A7 and 04. RGB value is (151,167,4). Sum of RGB (Red+Green+Blue) = 151+167+4=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #97A704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A704 is #6858FB. Grayscale: #909090. Windows color (decimal): -6838524 or 305047. OLE color: 305047.
HSL color Cylindrical-coordinate representation of color #97A704: hue angle of 65.89º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97A704 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 167 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.35 |
| HSL | 65.89º | 0.95% | 0.34% | - |
| HSV(B) | 65.89º | 0.98% | 0.65% | - |
| XYZ | 26.6 | 34.23 | 5.32 | - |
| YUV | 143.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 167 | 4 | 0.10 | 0 | 0.98 | 0.35 | 65.89 | 0.95 | 0.34 |
| Hex | 97 | A7 | 4 | A | 0 | 62 | 23 | 42 | 5F | 22 |
| Octal | 227 | 247 | 4 | 12 | 0 | 142 | 43 | 102 | 137 | 42 |
| Binary | 10010111 | 10100111 | 100 | 1010 | 0 | 1100010 | 100011 | 1000010 | 1011111 | 100010 |
Color Harmonies of #97A704
Complementary color
Monochromatic Colors of #97A704
Black with #97A704
Text Example
Text Example
White with #97A704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A704; }
p { color: rgb(151,167,4); }
H1.HeaderClassName
{
color: #97A704;
}
.AnyTagClassName
{
color: #97A704;
}
</style>
background-color css
<style>
a { background-color: #97A704; }
a { background-color: rgb(151,167,4); }
div.DivClassName
{
background-color: #97A704;
}
.BgClassName
{
background-color: #97A704;
}
</style>
border-color css
<style>
span { border-color: #97A704; }
span { border-color: rgb(151,167,4); }
td.TdClassName
{
border-color: #97A704;
}
.TagClassName
{
border-color: #97A704;
}
</style>