Shades of Bahia #98C819
Tints of Bahia #98C819
RGB
CMYK
RGB Variations
Color information
#98C819 (or 0x98C819) is known color: Bahia. HEX triplet: 98, C8 and 19. RGB value is (152,200,25). Sum of RGB (Red+Green+Blue) = 152+200+25=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #98C819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C819 is #6737E6. Grayscale: #A6A6A6. Windows color (decimal): -6764519 or 1689752. OLE color: 1689752.
HSL color Cylindrical-coordinate representation of color #98C819: hue angle of 76.46º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98C819 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 25 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.22 |
| HSL | 76.46º | 0.78% | 0.44% | - |
| HSV(B) | 76.46º | 0.88% | 0.78% | - |
| XYZ | 33.78 | 48.05 | 8.41 | - |
| YUV | 165.7 | 48.6 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 25 | 0.24 | 0 | 0.88 | 0.22 | 76.46 | 0.78 | 0.44 |
| Hex | 98 | C8 | 19 | 18 | 0 | 58 | 16 | 4C | 4E | 2C |
| Octal | 230 | 310 | 31 | 30 | 0 | 130 | 26 | 114 | 116 | 54 |
| Binary | 10011000 | 11001000 | 11001 | 11000 | 0 | 1011000 | 10110 | 1001100 | 1001110 | 101100 |
Color Harmonies of #98C819
Complementary color
Monochromatic Colors of #98C819
Black with #98C819
Text Example
Text Example
White with #98C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C819; }
p { color: rgb(152,200,25); }
H1.HeaderClassName
{
color: #98C819;
}
.AnyTagClassName
{
color: #98C819;
}
</style>
background-color css
<style>
a { background-color: #98C819; }
a { background-color: rgb(152,200,25); }
div.DivClassName
{
background-color: #98C819;
}
.BgClassName
{
background-color: #98C819;
}
</style>
border-color css
<style>
span { border-color: #98C819; }
span { border-color: rgb(152,200,25); }
td.TdClassName
{
border-color: #98C819;
}
.TagClassName
{
border-color: #98C819;
}
</style>