Shades of Citrus #97A702
Tints of Citrus #97A702
RGB
CMYK
RGB Variations
Color information
#97A702 (or 0x97A702) is known color: Citrus. HEX triplet: 97, A7 and 02. RGB value is (151,167,2). Sum of RGB (Red+Green+Blue) = 151+167+2=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #97A702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A702 is #6858FD. Grayscale: #909090. Windows color (decimal): -6838526 or 173975. OLE color: 173975.
HSL color Cylindrical-coordinate representation of color #97A702: hue angle of 65.82º 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 #97A702 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 167 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.35 |
| HSL | 65.82º | 0.98% | 0.33% | - |
| HSV(B) | 65.82º | 0.99% | 0.65% | - |
| XYZ | 26.59 | 34.22 | 5.26 | - |
| YUV | 143.41 | 48.2 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 167 | 2 | 0.10 | 0 | 0.99 | 0.35 | 65.82 | 0.98 | 0.33 |
| Hex | 97 | A7 | 2 | A | 0 | 63 | 23 | 42 | 62 | 21 |
| Octal | 227 | 247 | 2 | 12 | 0 | 143 | 43 | 102 | 142 | 41 |
| Binary | 10010111 | 10100111 | 10 | 1010 | 0 | 1100011 | 100011 | 1000010 | 1100010 | 100001 |
Color Harmonies of #97A702
Complementary color
Monochromatic Colors of #97A702
Black with #97A702
Text Example
Text Example
White with #97A702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A702; }
p { color: rgb(151,167,2); }
H1.HeaderClassName
{
color: #97A702;
}
.AnyTagClassName
{
color: #97A702;
}
</style>
background-color css
<style>
a { background-color: #97A702; }
a { background-color: rgb(151,167,2); }
div.DivClassName
{
background-color: #97A702;
}
.BgClassName
{
background-color: #97A702;
}
</style>
border-color css
<style>
span { border-color: #97A702; }
span { border-color: rgb(151,167,2); }
td.TdClassName
{
border-color: #97A702;
}
.TagClassName
{
border-color: #97A702;
}
</style>