Shades of Bahia #98CC16
Tints of Bahia #98CC16
RGB
CMYK
RGB Variations
Color information
#98CC16 (or 0x98CC16) is known color: Bahia. HEX triplet: 98, CC and 16. RGB value is (152,204,22). Sum of RGB (Red+Green+Blue) = 152+204+22=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CC16 is #6733E9. Grayscale: #A8A8A8. Windows color (decimal): -6763498 or 1494168. OLE color: 1494168.
HSL color Cylindrical-coordinate representation of color #98CC16: hue angle of 77.14º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98CC16 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 204 | 22 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.2 |
| HSL | 77.14º | 0.81% | 0.44% | - |
| HSV(B) | 77.14º | 0.89% | 0.8% | - |
| XYZ | 34.69 | 49.92 | 8.57 | - |
| YUV | 167.7 | 45.77 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 22 | 0.25 | 0 | 0.89 | 0.2 | 77.14 | 0.81 | 0.44 |
| Hex | 98 | CC | 16 | 19 | 0 | 59 | 14 | 4D | 51 | 2C |
| Octal | 230 | 314 | 26 | 31 | 0 | 131 | 24 | 115 | 121 | 54 |
| Binary | 10011000 | 11001100 | 10110 | 11001 | 0 | 1011001 | 10100 | 1001101 | 1010001 | 101100 |
Color Harmonies of #98CC16
Complementary color
Monochromatic Colors of #98CC16
Black with #98CC16
Text Example
Text Example
White with #98CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CC16; }
p { color: rgb(152,204,22); }
H1.HeaderClassName
{
color: #98CC16;
}
.AnyTagClassName
{
color: #98CC16;
}
</style>
background-color css
<style>
a { background-color: #98CC16; }
a { background-color: rgb(152,204,22); }
div.DivClassName
{
background-color: #98CC16;
}
.BgClassName
{
background-color: #98CC16;
}
</style>
border-color css
<style>
span { border-color: #98CC16; }
span { border-color: rgb(152,204,22); }
td.TdClassName
{
border-color: #98CC16;
}
.TagClassName
{
border-color: #98CC16;
}
</style>