Shades of Citrus #97BA0A
Tints of Citrus #97BA0A
RGB
CMYK
RGB Variations
Color information
#97BA0A (or 0x97BA0A) is known color: Citrus. HEX triplet: 97, BA and 0A. RGB value is (151,186,10). Sum of RGB (Red+Green+Blue) = 151+186+10=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BA0A is #6845F5. Grayscale: #9C9C9C. Windows color (decimal): -6833654 or 703127. OLE color: 703127.
HSL color Cylindrical-coordinate representation of color #97BA0A: hue angle of 71.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97BA0A is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 10 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.27 |
| HSL | 71.93º | 0.9% | 0.38% | - |
| HSV(B) | 71.93º | 0.95% | 0.73% | - |
| XYZ | 30.38 | 41.72 | 6.74 | - |
| YUV | 155.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 10 | 0.19 | 0 | 0.95 | 0.27 | 71.93 | 0.9 | 0.38 |
| Hex | 97 | BA | A | 13 | 0 | 5F | 1B | 48 | 5A | 26 |
| Octal | 227 | 272 | 12 | 23 | 0 | 137 | 33 | 110 | 132 | 46 |
| Binary | 10010111 | 10111010 | 1010 | 10011 | 0 | 1011111 | 11011 | 1001000 | 1011010 | 100110 |
Color Harmonies of #97BA0A
Complementary color
Monochromatic Colors of #97BA0A
Black with #97BA0A
Text Example
Text Example
White with #97BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA0A; }
p { color: rgb(151,186,10); }
H1.HeaderClassName
{
color: #97BA0A;
}
.AnyTagClassName
{
color: #97BA0A;
}
</style>
background-color css
<style>
a { background-color: #97BA0A; }
a { background-color: rgb(151,186,10); }
div.DivClassName
{
background-color: #97BA0A;
}
.BgClassName
{
background-color: #97BA0A;
}
</style>
border-color css
<style>
span { border-color: #97BA0A; }
span { border-color: rgb(151,186,10); }
td.TdClassName
{
border-color: #97BA0A;
}
.TagClassName
{
border-color: #97BA0A;
}
</style>