Shades of Citrus #97BA12
Tints of Citrus #97BA12
RGB
CMYK
RGB Variations
Color information
#97BA12 (or 0x97BA12) is known color: Citrus. HEX triplet: 97, BA and 12. RGB value is (151,186,18). Sum of RGB (Red+Green+Blue) = 151+186+18=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BA12 is #6845ED. Grayscale: #9D9D9D. Windows color (decimal): -6833646 or 1227415. OLE color: 1227415.
HSL color Cylindrical-coordinate representation of color #97BA12: hue angle of 72.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97BA12 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 18 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.27 |
| HSL | 72.5º | 0.82% | 0.4% | - |
| HSV(B) | 72.5º | 0.9% | 0.73% | - |
| XYZ | 30.43 | 41.74 | 7.03 | - |
| YUV | 156.38 | 49.9 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 18 | 0.19 | 0 | 0.90 | 0.27 | 72.5 | 0.82 | 0.4 |
| Hex | 97 | BA | 12 | 13 | 0 | 5A | 1B | 48 | 52 | 28 |
| Octal | 227 | 272 | 22 | 23 | 0 | 132 | 33 | 110 | 122 | 50 |
| Binary | 10010111 | 10111010 | 10010 | 10011 | 0 | 1011010 | 11011 | 1001000 | 1010010 | 101000 |
Color Harmonies of #97BA12
Complementary color
Monochromatic Colors of #97BA12
Black with #97BA12
Text Example
Text Example
White with #97BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA12; }
p { color: rgb(151,186,18); }
H1.HeaderClassName
{
color: #97BA12;
}
.AnyTagClassName
{
color: #97BA12;
}
</style>
background-color css
<style>
a { background-color: #97BA12; }
a { background-color: rgb(151,186,18); }
div.DivClassName
{
background-color: #97BA12;
}
.BgClassName
{
background-color: #97BA12;
}
</style>
border-color css
<style>
span { border-color: #97BA12; }
span { border-color: rgb(151,186,18); }
td.TdClassName
{
border-color: #97BA12;
}
.TagClassName
{
border-color: #97BA12;
}
</style>