Shades of Bahia #98BF1D
Tints of Bahia #98BF1D
RGB
CMYK
RGB Variations
Color information
#98BF1D (or 0x98BF1D) is known color: Bahia. HEX triplet: 98, BF and 1D. RGB value is (152,191,29). Sum of RGB (Red+Green+Blue) = 152+191+29=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BF1D is #6740E2. Grayscale: #A1A1A1. Windows color (decimal): -6766819 or 1949592. OLE color: 1949592.
HSL color Cylindrical-coordinate representation of color #98BF1D: hue angle of 74.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98BF1D is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 29 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.25 |
| HSL | 74.44º | 0.74% | 0.43% | - |
| HSV(B) | 74.44º | 0.85% | 0.75% | - |
| XYZ | 31.8 | 44.03 | 7.98 | - |
| YUV | 160.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 29 | 0.20 | 0 | 0.85 | 0.25 | 74.44 | 0.74 | 0.43 |
| Hex | 98 | BF | 1D | 14 | 0 | 55 | 19 | 4A | 4A | 2B |
| Octal | 230 | 277 | 35 | 24 | 0 | 125 | 31 | 112 | 112 | 53 |
| Binary | 10011000 | 10111111 | 11101 | 10100 | 0 | 1010101 | 11001 | 1001010 | 1001010 | 101011 |
Color Harmonies of #98BF1D
Complementary color
Monochromatic Colors of #98BF1D
Black with #98BF1D
Text Example
Text Example
White with #98BF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BF1D; }
p { color: rgb(152,191,29); }
H1.HeaderClassName
{
color: #98BF1D;
}
.AnyTagClassName
{
color: #98BF1D;
}
</style>
background-color css
<style>
a { background-color: #98BF1D; }
a { background-color: rgb(152,191,29); }
div.DivClassName
{
background-color: #98BF1D;
}
.BgClassName
{
background-color: #98BF1D;
}
</style>
border-color css
<style>
span { border-color: #98BF1D; }
span { border-color: rgb(152,191,29); }
td.TdClassName
{
border-color: #98BF1D;
}
.TagClassName
{
border-color: #98BF1D;
}
</style>