Shades of Citron #97A00B
Tints of Citron #97A00B
RGB
CMYK
RGB Variations
Color information
#97A00B (or 0x97A00B) is known color: Citron. HEX triplet: 97, A0 and 0B. RGB value is (151,160,11). Sum of RGB (Red+Green+Blue) = 151+160+11=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #97A00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A00B is #685FF4. Grayscale: #8C8C8C. Windows color (decimal): -6840309 or 762007. OLE color: 762007.
HSL color Cylindrical-coordinate representation of color #97A00B: hue angle of 63.62º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97A00B is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 160 | 11 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.37 |
| HSL | 63.62º | 0.87% | 0.34% | - |
| HSV(B) | 63.62º | 0.93% | 0.63% | - |
| XYZ | 25.39 | 31.75 | 5.11 | - |
| YUV | 140.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 160 | 11 | 0.06 | 0 | 0.93 | 0.37 | 63.62 | 0.87 | 0.34 |
| Hex | 97 | A0 | B | 6 | 0 | 5D | 25 | 40 | 57 | 22 |
| Octal | 227 | 240 | 13 | 6 | 0 | 135 | 45 | 100 | 127 | 42 |
| Binary | 10010111 | 10100000 | 1011 | 110 | 0 | 1011101 | 100101 | 1000000 | 1010111 | 100010 |
Color Harmonies of #97A00B
Complementary color
Monochromatic Colors of #97A00B
Black with #97A00B
Text Example
Text Example
White with #97A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A00B; }
p { color: rgb(151,160,11); }
H1.HeaderClassName
{
color: #97A00B;
}
.AnyTagClassName
{
color: #97A00B;
}
</style>
background-color css
<style>
a { background-color: #97A00B; }
a { background-color: rgb(151,160,11); }
div.DivClassName
{
background-color: #97A00B;
}
.BgClassName
{
background-color: #97A00B;
}
</style>
border-color css
<style>
span { border-color: #97A00B; }
span { border-color: rgb(151,160,11); }
td.TdClassName
{
border-color: #97A00B;
}
.TagClassName
{
border-color: #97A00B;
}
</style>