Shades of Bahia #98C81A
Tints of Bahia #98C81A
RGB
CMYK
RGB Variations
Color information
#98C81A (or 0x98C81A) is known color: Bahia. HEX triplet: 98, C8 and 1A. RGB value is (152,200,26). Sum of RGB (Red+Green+Blue) = 152+200+26=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #98C81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C81A is #6737E5. Grayscale: #A6A6A6. Windows color (decimal): -6764518 or 1755288. OLE color: 1755288.
HSL color Cylindrical-coordinate representation of color #98C81A: hue angle of 76.55º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98C81A is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 26 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.22 |
| HSL | 76.55º | 0.77% | 0.44% | - |
| HSV(B) | 76.55º | 0.87% | 0.78% | - |
| XYZ | 33.79 | 48.06 | 8.47 | - |
| YUV | 165.81 | 49.1 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 26 | 0.24 | 0 | 0.87 | 0.22 | 76.55 | 0.77 | 0.44 |
| Hex | 98 | C8 | 1A | 18 | 0 | 57 | 16 | 4D | 4D | 2C |
| Octal | 230 | 310 | 32 | 30 | 0 | 127 | 26 | 115 | 115 | 54 |
| Binary | 10011000 | 11001000 | 11010 | 11000 | 0 | 1010111 | 10110 | 1001101 | 1001101 | 101100 |
Color Harmonies of #98C81A
Complementary color
Monochromatic Colors of #98C81A
Black with #98C81A
Text Example
Text Example
White with #98C81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C81A; }
p { color: rgb(152,200,26); }
H1.HeaderClassName
{
color: #98C81A;
}
.AnyTagClassName
{
color: #98C81A;
}
</style>
background-color css
<style>
a { background-color: #98C81A; }
a { background-color: rgb(152,200,26); }
div.DivClassName
{
background-color: #98C81A;
}
.BgClassName
{
background-color: #98C81A;
}
</style>
border-color css
<style>
span { border-color: #98C81A; }
span { border-color: rgb(152,200,26); }
td.TdClassName
{
border-color: #98C81A;
}
.TagClassName
{
border-color: #98C81A;
}
</style>