Shades of Bahia #98C21D
Tints of Bahia #98C21D
RGB
CMYK
RGB Variations
Color information
#98C21D (or 0x98C21D) is known color: Bahia. HEX triplet: 98, C2 and 1D. RGB value is (152,194,29). Sum of RGB (Red+Green+Blue) = 152+194+29=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #98C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C21D is #673DE2. Grayscale: #A3A3A3. Windows color (decimal): -6766051 or 1950360. OLE color: 1950360.
HSL color Cylindrical-coordinate representation of color #98C21D: hue angle of 75.27º 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 #98C21D is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 29 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.24 |
| HSL | 75.27º | 0.74% | 0.44% | - |
| HSV(B) | 75.27º | 0.85% | 0.76% | - |
| XYZ | 32.46 | 45.35 | 8.2 | - |
| YUV | 162.63 | 52.59 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 29 | 0.22 | 0 | 0.85 | 0.24 | 75.27 | 0.74 | 0.44 |
| Hex | 98 | C2 | 1D | 16 | 0 | 55 | 18 | 4B | 4A | 2C |
| Octal | 230 | 302 | 35 | 26 | 0 | 125 | 30 | 113 | 112 | 54 |
| Binary | 10011000 | 11000010 | 11101 | 10110 | 0 | 1010101 | 11000 | 1001011 | 1001010 | 101100 |
Color Harmonies of #98C21D
Complementary color
Monochromatic Colors of #98C21D
Black with #98C21D
Text Example
Text Example
White with #98C21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C21D; }
p { color: rgb(152,194,29); }
H1.HeaderClassName
{
color: #98C21D;
}
.AnyTagClassName
{
color: #98C21D;
}
</style>
background-color css
<style>
a { background-color: #98C21D; }
a { background-color: rgb(152,194,29); }
div.DivClassName
{
background-color: #98C21D;
}
.BgClassName
{
background-color: #98C21D;
}
</style>
border-color css
<style>
span { border-color: #98C21D; }
span { border-color: rgb(152,194,29); }
td.TdClassName
{
border-color: #98C21D;
}
.TagClassName
{
border-color: #98C21D;
}
</style>