Shades of Citrus #97A811
Tints of Citrus #97A811
RGB
CMYK
RGB Variations
Color information
#97A811 (or 0x97A811) is known color: Citrus. HEX triplet: 97, A8 and 11. RGB value is (151,168,17). Sum of RGB (Red+Green+Blue) = 151+168+17=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #97A811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A811 is #6857EE. Grayscale: #929292. Windows color (decimal): -6838255 or 1157271. OLE color: 1157271.
HSL color Cylindrical-coordinate representation of color #97A811: hue angle of 66.75º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97A811 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 168 | 17 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.34 |
| HSL | 66.75º | 0.82% | 0.36% | - |
| HSV(B) | 66.75º | 0.9% | 0.66% | - |
| XYZ | 26.87 | 34.63 | 5.8 | - |
| YUV | 145.7 | 55.37 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 168 | 17 | 0.10 | 0 | 0.90 | 0.34 | 66.75 | 0.82 | 0.36 |
| Hex | 97 | A8 | 11 | A | 0 | 5A | 22 | 43 | 52 | 24 |
| Octal | 227 | 250 | 21 | 12 | 0 | 132 | 42 | 103 | 122 | 44 |
| Binary | 10010111 | 10101000 | 10001 | 1010 | 0 | 1011010 | 100010 | 1000011 | 1010010 | 100100 |
Color Harmonies of #97A811
Complementary color
Monochromatic Colors of #97A811
Black with #97A811
Text Example
Text Example
White with #97A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A811; }
p { color: rgb(151,168,17); }
H1.HeaderClassName
{
color: #97A811;
}
.AnyTagClassName
{
color: #97A811;
}
</style>
background-color css
<style>
a { background-color: #97A811; }
a { background-color: rgb(151,168,17); }
div.DivClassName
{
background-color: #97A811;
}
.BgClassName
{
background-color: #97A811;
}
</style>
border-color css
<style>
span { border-color: #97A811; }
span { border-color: rgb(151,168,17); }
td.TdClassName
{
border-color: #97A811;
}
.TagClassName
{
border-color: #97A811;
}
</style>