Shades of Citrus #97A600
Tints of Citrus #97A600
RGB
CMYK
RGB Variations
Color information
#97A600 (or 0x97A600) is known color: Citrus. HEX triplet: 97, A6 and 00. RGB value is (151,166,0). Sum of RGB (Red+Green+Blue) = 151+166+0=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #97A600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A600 is #6859FF. Grayscale: #8F8F8F. Windows color (decimal): -6838784 or 42647. OLE color: 42647.
HSL color Cylindrical-coordinate representation of color #97A600: hue angle of 65.42º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97A600 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 166 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.35 |
| HSL | 65.42º | 1% | 0.33% | - |
| HSV(B) | 65.42º | 1% | 0.65% | - |
| XYZ | 26.4 | 33.85 | 5.14 | - |
| YUV | 142.59 | 47.53 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 166 | 0 | 0.09 | 0 | 1 | 0.35 | 65.42 | 1 | 0.33 |
| Hex | 97 | A6 | 0 | 9 | 0 | 64 | 23 | 41 | 64 | 21 |
| Octal | 227 | 246 | 0 | 11 | 0 | 144 | 43 | 101 | 144 | 41 |
| Binary | 10010111 | 10100110 | 0 | 1001 | 0 | 1100100 | 100011 | 1000001 | 1100100 | 100001 |
Color Harmonies of #97A600
Complementary color
Monochromatic Colors of #97A600
Black with #97A600
Text Example
Text Example
White with #97A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A600; }
p { color: rgb(151,166,0); }
H1.HeaderClassName
{
color: #97A600;
}
.AnyTagClassName
{
color: #97A600;
}
</style>
background-color css
<style>
a { background-color: #97A600; }
a { background-color: rgb(151,166,0); }
div.DivClassName
{
background-color: #97A600;
}
.BgClassName
{
background-color: #97A600;
}
</style>
border-color css
<style>
span { border-color: #97A600; }
span { border-color: rgb(151,166,0); }
td.TdClassName
{
border-color: #97A600;
}
.TagClassName
{
border-color: #97A600;
}
</style>