Shades of Bahia #97C41D
Tints of Bahia #97C41D
RGB
CMYK
RGB Variations
Color information
#97C41D (or 0x97C41D) is known color: Bahia. HEX triplet: 97, C4 and 1D. RGB value is (151,196,29). Sum of RGB (Red+Green+Blue) = 151+196+29=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #97C41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C41D is #683BE2. Grayscale: #A4A4A4. Windows color (decimal): -6831075 or 1950871. OLE color: 1950871.
HSL color Cylindrical-coordinate representation of color #97C41D: hue angle of 76.17º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97C41D is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 196 | 29 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.23 |
| HSL | 76.17º | 0.74% | 0.44% | - |
| HSV(B) | 76.17º | 0.85% | 0.77% | - |
| XYZ | 32.72 | 46.15 | 8.35 | - |
| YUV | 163.51 | 52.09 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 196 | 29 | 0.23 | 0 | 0.85 | 0.23 | 76.17 | 0.74 | 0.44 |
| Hex | 97 | C4 | 1D | 17 | 0 | 55 | 17 | 4C | 4A | 2C |
| Octal | 227 | 304 | 35 | 27 | 0 | 125 | 27 | 114 | 112 | 54 |
| Binary | 10010111 | 11000100 | 11101 | 10111 | 0 | 1010101 | 10111 | 1001100 | 1001010 | 101100 |
Color Harmonies of #97C41D
Complementary color
Monochromatic Colors of #97C41D
Black with #97C41D
Text Example
Text Example
White with #97C41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C41D; }
p { color: rgb(151,196,29); }
H1.HeaderClassName
{
color: #97C41D;
}
.AnyTagClassName
{
color: #97C41D;
}
</style>
background-color css
<style>
a { background-color: #97C41D; }
a { background-color: rgb(151,196,29); }
div.DivClassName
{
background-color: #97C41D;
}
.BgClassName
{
background-color: #97C41D;
}
</style>
border-color css
<style>
span { border-color: #97C41D; }
span { border-color: rgb(151,196,29); }
td.TdClassName
{
border-color: #97C41D;
}
.TagClassName
{
border-color: #97C41D;
}
</style>