Shades of Bahia #98C81B
Tints of Bahia #98C81B
RGB
CMYK
RGB Variations
Color information
#98C81B (or 0x98C81B) is known color: Bahia. HEX triplet: 98, C8 and 1B. RGB value is (152,200,27). Sum of RGB (Red+Green+Blue) = 152+200+27=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #98C81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C81B is #6737E4. Grayscale: #A6A6A6. Windows color (decimal): -6764517 or 1820824. OLE color: 1820824.
HSL color Cylindrical-coordinate representation of color #98C81B: hue angle of 76.65º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98C81B is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 27 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.22 |
| HSL | 76.65º | 0.76% | 0.45% | - |
| HSV(B) | 76.65º | 0.87% | 0.78% | - |
| XYZ | 33.8 | 48.06 | 8.53 | - |
| YUV | 165.93 | 49.6 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 27 | 0.24 | 0 | 0.86 | 0.22 | 76.65 | 0.76 | 0.45 |
| Hex | 98 | C8 | 1B | 18 | 0 | 56 | 16 | 4D | 4C | 2D |
| Octal | 230 | 310 | 33 | 30 | 0 | 126 | 26 | 115 | 114 | 55 |
| Binary | 10011000 | 11001000 | 11011 | 11000 | 0 | 1010110 | 10110 | 1001101 | 1001100 | 101101 |
Color Harmonies of #98C81B
Complementary color
Monochromatic Colors of #98C81B
Black with #98C81B
Text Example
Text Example
White with #98C81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C81B; }
p { color: rgb(152,200,27); }
H1.HeaderClassName
{
color: #98C81B;
}
.AnyTagClassName
{
color: #98C81B;
}
</style>
background-color css
<style>
a { background-color: #98C81B; }
a { background-color: rgb(152,200,27); }
div.DivClassName
{
background-color: #98C81B;
}
.BgClassName
{
background-color: #98C81B;
}
</style>
border-color css
<style>
span { border-color: #98C81B; }
span { border-color: rgb(152,200,27); }
td.TdClassName
{
border-color: #98C81B;
}
.TagClassName
{
border-color: #98C81B;
}
</style>