Shades of Citrus #97A602
Tints of Citrus #97A602
RGB
CMYK
RGB Variations
Color information
#97A602 (or 0x97A602) is known color: Citrus. HEX triplet: 97, A6 and 02. RGB value is (151,166,2). Sum of RGB (Red+Green+Blue) = 151+166+2=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #97A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A602 is #6859FD. Grayscale: #8F8F8F. Windows color (decimal): -6838782 or 173719. OLE color: 173719.
HSL color Cylindrical-coordinate representation of color #97A602: hue angle of 65.49º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97A602 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 166 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.35 |
| HSL | 65.49º | 0.98% | 0.33% | - |
| HSV(B) | 65.49º | 0.99% | 0.65% | - |
| XYZ | 26.41 | 33.86 | 5.2 | - |
| YUV | 142.82 | 48.53 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 166 | 2 | 0.09 | 0 | 0.99 | 0.35 | 65.49 | 0.98 | 0.33 |
| Hex | 97 | A6 | 2 | 9 | 0 | 63 | 23 | 41 | 62 | 21 |
| Octal | 227 | 246 | 2 | 11 | 0 | 143 | 43 | 101 | 142 | 41 |
| Binary | 10010111 | 10100110 | 10 | 1001 | 0 | 1100011 | 100011 | 1000001 | 1100010 | 100001 |
Color Harmonies of #97A602
Complementary color
Monochromatic Colors of #97A602
Black with #97A602
Text Example
Text Example
White with #97A602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A602; }
p { color: rgb(151,166,2); }
H1.HeaderClassName
{
color: #97A602;
}
.AnyTagClassName
{
color: #97A602;
}
</style>
background-color css
<style>
a { background-color: #97A602; }
a { background-color: rgb(151,166,2); }
div.DivClassName
{
background-color: #97A602;
}
.BgClassName
{
background-color: #97A602;
}
</style>
border-color css
<style>
span { border-color: #97A602; }
span { border-color: rgb(151,166,2); }
td.TdClassName
{
border-color: #97A602;
}
.TagClassName
{
border-color: #97A602;
}
</style>