Shades of Bahia #98C120
Tints of Bahia #98C120
RGB
CMYK
RGB Variations
Color information
#98C120 (or 0x98C120) is known color: Bahia. HEX triplet: 98, C1 and 20. RGB value is (152,193,32). Sum of RGB (Red+Green+Blue) = 152+193+32=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #98C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C120 is #673EDF. Grayscale: #A2A2A2. Windows color (decimal): -6766304 or 2146712. OLE color: 2146712.
HSL color Cylindrical-coordinate representation of color #98C120: hue angle of 75.28º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98C120 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 32 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.24 |
| HSL | 75.28º | 0.72% | 0.44% | - |
| HSV(B) | 75.28º | 0.83% | 0.76% | - |
| XYZ | 32.28 | 44.92 | 8.34 | - |
| YUV | 162.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 32 | 0.21 | 0 | 0.83 | 0.24 | 75.28 | 0.72 | 0.44 |
| Hex | 98 | C1 | 20 | 15 | 0 | 53 | 18 | 4B | 48 | 2C |
| Octal | 230 | 301 | 40 | 25 | 0 | 123 | 30 | 113 | 110 | 54 |
| Binary | 10011000 | 11000001 | 100000 | 10101 | 0 | 1010011 | 11000 | 1001011 | 1001000 | 101100 |
Color Harmonies of #98C120
Complementary color
Monochromatic Colors of #98C120
Black with #98C120
Text Example
Text Example
White with #98C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C120; }
p { color: rgb(152,193,32); }
H1.HeaderClassName
{
color: #98C120;
}
.AnyTagClassName
{
color: #98C120;
}
</style>
background-color css
<style>
a { background-color: #98C120; }
a { background-color: rgb(152,193,32); }
div.DivClassName
{
background-color: #98C120;
}
.BgClassName
{
background-color: #98C120;
}
</style>
border-color css
<style>
span { border-color: #98C120; }
span { border-color: rgb(152,193,32); }
td.TdClassName
{
border-color: #98C120;
}
.TagClassName
{
border-color: #98C120;
}
</style>