Shades of Bahia #98BC25
Tints of Bahia #98BC25
RGB
CMYK
RGB Variations
Color information
#98BC25 (or 0x98BC25) is known color: Bahia. HEX triplet: 98, BC and 25. RGB value is (152,188,37). Sum of RGB (Red+Green+Blue) = 152+188+37=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC25 is #6743DA. Grayscale: #A0A0A0. Windows color (decimal): -6767579 or 2473112. OLE color: 2473112.
HSL color Cylindrical-coordinate representation of color #98BC25: hue angle of 74.3º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98BC25 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 37 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.26 |
| HSL | 74.3º | 0.67% | 0.44% | - |
| HSV(B) | 74.3º | 0.8% | 0.74% | - |
| XYZ | 31.27 | 42.78 | 8.36 | - |
| YUV | 160.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 37 | 0.19 | 0 | 0.80 | 0.26 | 74.3 | 0.67 | 0.44 |
| Hex | 98 | BC | 25 | 13 | 0 | 50 | 1A | 4A | 43 | 2C |
| Octal | 230 | 274 | 45 | 23 | 0 | 120 | 32 | 112 | 103 | 54 |
| Binary | 10011000 | 10111100 | 100101 | 10011 | 0 | 1010000 | 11010 | 1001010 | 1000011 | 101100 |
Color Harmonies of #98BC25
Complementary color
Monochromatic Colors of #98BC25
Black with #98BC25
Text Example
Text Example
White with #98BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC25; }
p { color: rgb(152,188,37); }
H1.HeaderClassName
{
color: #98BC25;
}
.AnyTagClassName
{
color: #98BC25;
}
</style>
background-color css
<style>
a { background-color: #98BC25; }
a { background-color: rgb(152,188,37); }
div.DivClassName
{
background-color: #98BC25;
}
.BgClassName
{
background-color: #98BC25;
}
</style>
border-color css
<style>
span { border-color: #98BC25; }
span { border-color: rgb(152,188,37); }
td.TdClassName
{
border-color: #98BC25;
}
.TagClassName
{
border-color: #98BC25;
}
</style>