Shades of Citrus #97A805
Tints of Citrus #97A805
RGB
CMYK
RGB Variations
Color information
#97A805 (or 0x97A805) is known color: Citrus. HEX triplet: 97, A8 and 05. RGB value is (151,168,5). Sum of RGB (Red+Green+Blue) = 151+168+5=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #97A805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A805 is #6857FA. Grayscale: #909090. Windows color (decimal): -6838267 or 370839. OLE color: 370839.
HSL color Cylindrical-coordinate representation of color #97A805: hue angle of 66.26º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97A805 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 168 | 5 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.34 |
| HSL | 66.26º | 0.94% | 0.34% | - |
| HSV(B) | 66.26º | 0.97% | 0.66% | - |
| XYZ | 26.79 | 34.6 | 5.41 | - |
| YUV | 144.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 168 | 5 | 0.10 | 0 | 0.97 | 0.34 | 66.26 | 0.94 | 0.34 |
| Hex | 97 | A8 | 5 | A | 0 | 61 | 22 | 42 | 5E | 22 |
| Octal | 227 | 250 | 5 | 12 | 0 | 141 | 42 | 102 | 136 | 42 |
| Binary | 10010111 | 10101000 | 101 | 1010 | 0 | 1100001 | 100010 | 1000010 | 1011110 | 100010 |
Color Harmonies of #97A805
Complementary color
Monochromatic Colors of #97A805
Black with #97A805
Text Example
Text Example
White with #97A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A805; }
p { color: rgb(151,168,5); }
H1.HeaderClassName
{
color: #97A805;
}
.AnyTagClassName
{
color: #97A805;
}
</style>
background-color css
<style>
a { background-color: #97A805; }
a { background-color: rgb(151,168,5); }
div.DivClassName
{
background-color: #97A805;
}
.BgClassName
{
background-color: #97A805;
}
</style>
border-color css
<style>
span { border-color: #97A805; }
span { border-color: rgb(151,168,5); }
td.TdClassName
{
border-color: #97A805;
}
.TagClassName
{
border-color: #97A805;
}
</style>