Shades of Bahia #98C01F
Tints of Bahia #98C01F
RGB
CMYK
RGB Variations
Color information
#98C01F (or 0x98C01F) is known color: Bahia. HEX triplet: 98, C0 and 1F. RGB value is (152,192,31). Sum of RGB (Red+Green+Blue) = 152+192+31=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #98C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C01F is #673FE0. Grayscale: #A2A2A2. Windows color (decimal): -6766561 or 2080920. OLE color: 2080920.
HSL color Cylindrical-coordinate representation of color #98C01F: hue angle of 74.91º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98C01F is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 31 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.25 |
| HSL | 74.91º | 0.72% | 0.44% | - |
| HSV(B) | 74.91º | 0.84% | 0.75% | - |
| XYZ | 32.05 | 44.47 | 8.19 | - |
| YUV | 161.69 | 54.25 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 31 | 0.21 | 0 | 0.84 | 0.25 | 74.91 | 0.72 | 0.44 |
| Hex | 98 | C0 | 1F | 15 | 0 | 54 | 19 | 4B | 48 | 2C |
| Octal | 230 | 300 | 37 | 25 | 0 | 124 | 31 | 113 | 110 | 54 |
| Binary | 10011000 | 11000000 | 11111 | 10101 | 0 | 1010100 | 11001 | 1001011 | 1001000 | 101100 |
Color Harmonies of #98C01F
Complementary color
Monochromatic Colors of #98C01F
Black with #98C01F
Text Example
Text Example
White with #98C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C01F; }
p { color: rgb(152,192,31); }
H1.HeaderClassName
{
color: #98C01F;
}
.AnyTagClassName
{
color: #98C01F;
}
</style>
background-color css
<style>
a { background-color: #98C01F; }
a { background-color: rgb(152,192,31); }
div.DivClassName
{
background-color: #98C01F;
}
.BgClassName
{
background-color: #98C01F;
}
</style>
border-color css
<style>
span { border-color: #98C01F; }
span { border-color: rgb(152,192,31); }
td.TdClassName
{
border-color: #98C01F;
}
.TagClassName
{
border-color: #98C01F;
}
</style>