Shades of Bahia #97C11D
Tints of Bahia #97C11D
RGB
CMYK
RGB Variations
Color information
#97C11D (or 0x97C11D) is known color: Bahia. HEX triplet: 97, C1 and 1D. RGB value is (151,193,29). Sum of RGB (Red+Green+Blue) = 151+193+29=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #97C11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C11D is #683EE2. Grayscale: #A2A2A2. Windows color (decimal): -6831843 or 1950103. OLE color: 1950103.
HSL color Cylindrical-coordinate representation of color #97C11D: hue angle of 75.37º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97C11D is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 29 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.24 |
| HSL | 75.37º | 0.74% | 0.44% | - |
| HSV(B) | 75.37º | 0.85% | 0.76% | - |
| XYZ | 32.05 | 44.81 | 8.12 | - |
| YUV | 161.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 29 | 0.22 | 0 | 0.85 | 0.24 | 75.37 | 0.74 | 0.44 |
| Hex | 97 | C1 | 1D | 16 | 0 | 55 | 18 | 4B | 4A | 2C |
| Octal | 227 | 301 | 35 | 26 | 0 | 125 | 30 | 113 | 112 | 54 |
| Binary | 10010111 | 11000001 | 11101 | 10110 | 0 | 1010101 | 11000 | 1001011 | 1001010 | 101100 |
Color Harmonies of #97C11D
Complementary color
Monochromatic Colors of #97C11D
Black with #97C11D
Text Example
Text Example
White with #97C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C11D; }
p { color: rgb(151,193,29); }
H1.HeaderClassName
{
color: #97C11D;
}
.AnyTagClassName
{
color: #97C11D;
}
</style>
background-color css
<style>
a { background-color: #97C11D; }
a { background-color: rgb(151,193,29); }
div.DivClassName
{
background-color: #97C11D;
}
.BgClassName
{
background-color: #97C11D;
}
</style>
border-color css
<style>
span { border-color: #97C11D; }
span { border-color: rgb(151,193,29); }
td.TdClassName
{
border-color: #97C11D;
}
.TagClassName
{
border-color: #97C11D;
}
</style>