Shades of Bahia #97C519
Tints of Bahia #97C519
RGB
CMYK
RGB Variations
Color information
#97C519 (or 0x97C519) is known color: Bahia. HEX triplet: 97, C5 and 19. RGB value is (151,197,25). Sum of RGB (Red+Green+Blue) = 151+197+25=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #97C519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C519 is #683AE6. Grayscale: #A4A4A4. Windows color (decimal): -6830823 or 1688983. OLE color: 1688983.
HSL color Cylindrical-coordinate representation of color #97C519: hue angle of 76.05º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97C519 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 25 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.23 |
| HSL | 76.05º | 0.77% | 0.44% | - |
| HSV(B) | 76.05º | 0.87% | 0.77% | - |
| XYZ | 32.9 | 46.58 | 8.18 | - |
| YUV | 163.64 | 49.76 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 25 | 0.23 | 0 | 0.87 | 0.23 | 76.05 | 0.77 | 0.44 |
| Hex | 97 | C5 | 19 | 17 | 0 | 57 | 17 | 4C | 4D | 2C |
| Octal | 227 | 305 | 31 | 27 | 0 | 127 | 27 | 114 | 115 | 54 |
| Binary | 10010111 | 11000101 | 11001 | 10111 | 0 | 1010111 | 10111 | 1001100 | 1001101 | 101100 |
Color Harmonies of #97C519
Complementary color
Monochromatic Colors of #97C519
Black with #97C519
Text Example
Text Example
White with #97C519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C519; }
p { color: rgb(151,197,25); }
H1.HeaderClassName
{
color: #97C519;
}
.AnyTagClassName
{
color: #97C519;
}
</style>
background-color css
<style>
a { background-color: #97C519; }
a { background-color: rgb(151,197,25); }
div.DivClassName
{
background-color: #97C519;
}
.BgClassName
{
background-color: #97C519;
}
</style>
border-color css
<style>
span { border-color: #97C519; }
span { border-color: rgb(151,197,25); }
td.TdClassName
{
border-color: #97C519;
}
.TagClassName
{
border-color: #97C519;
}
</style>