Shades of Bahia #98C915
Tints of Bahia #98C915
RGB
CMYK
RGB Variations
Color information
#98C915 (or 0x98C915) is known color: Bahia. HEX triplet: 98, C9 and 15. RGB value is (152,201,21). Sum of RGB (Red+Green+Blue) = 152+201+21=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #98C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C915 is #6736EA. Grayscale: #A6A6A6. Windows color (decimal): -6764267 or 1427864. OLE color: 1427864.
HSL color Cylindrical-coordinate representation of color #98C915: hue angle of 76.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98C915 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 21 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.21 |
| HSL | 76.33º | 0.81% | 0.44% | - |
| HSV(B) | 76.33º | 0.9% | 0.79% | - |
| XYZ | 33.97 | 48.5 | 8.28 | - |
| YUV | 165.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 21 | 0.24 | 0 | 0.90 | 0.21 | 76.33 | 0.81 | 0.44 |
| Hex | 98 | C9 | 15 | 18 | 0 | 5A | 15 | 4C | 51 | 2C |
| Octal | 230 | 311 | 25 | 30 | 0 | 132 | 25 | 114 | 121 | 54 |
| Binary | 10011000 | 11001001 | 10101 | 11000 | 0 | 1011010 | 10101 | 1001100 | 1010001 | 101100 |
Color Harmonies of #98C915
Complementary color
Monochromatic Colors of #98C915
Black with #98C915
Text Example
Text Example
White with #98C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C915; }
p { color: rgb(152,201,21); }
H1.HeaderClassName
{
color: #98C915;
}
.AnyTagClassName
{
color: #98C915;
}
</style>
background-color css
<style>
a { background-color: #98C915; }
a { background-color: rgb(152,201,21); }
div.DivClassName
{
background-color: #98C915;
}
.BgClassName
{
background-color: #98C915;
}
</style>
border-color css
<style>
span { border-color: #98C915; }
span { border-color: rgb(152,201,21); }
td.TdClassName
{
border-color: #98C915;
}
.TagClassName
{
border-color: #98C915;
}
</style>