Shades of Bahia #98BB1E
Tints of Bahia #98BB1E
RGB
CMYK
RGB Variations
Color information
#98BB1E (or 0x98BB1E) is known color: Bahia. HEX triplet: 98, BB and 1E. RGB value is (152,187,30). Sum of RGB (Red+Green+Blue) = 152+187+30=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BB1E is #6744E1. Grayscale: #9F9F9F. Windows color (decimal): -6767842 or 2014104. OLE color: 2014104.
HSL color Cylindrical-coordinate representation of color #98BB1E: hue angle of 73.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98BB1E is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 187 | 30 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.27 |
| HSL | 73.38º | 0.72% | 0.43% | - |
| HSV(B) | 73.38º | 0.84% | 0.73% | - |
| XYZ | 30.95 | 42.31 | 7.76 | - |
| YUV | 158.64 | 55.4 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 30 | 0.19 | 0 | 0.84 | 0.27 | 73.38 | 0.72 | 0.43 |
| Hex | 98 | BB | 1E | 13 | 0 | 54 | 1B | 49 | 48 | 2B |
| Octal | 230 | 273 | 36 | 23 | 0 | 124 | 33 | 111 | 110 | 53 |
| Binary | 10011000 | 10111011 | 11110 | 10011 | 0 | 1010100 | 11011 | 1001001 | 1001000 | 101011 |
Color Harmonies of #98BB1E
Complementary color
Monochromatic Colors of #98BB1E
Black with #98BB1E
Text Example
Text Example
White with #98BB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BB1E; }
p { color: rgb(152,187,30); }
H1.HeaderClassName
{
color: #98BB1E;
}
.AnyTagClassName
{
color: #98BB1E;
}
</style>
background-color css
<style>
a { background-color: #98BB1E; }
a { background-color: rgb(152,187,30); }
div.DivClassName
{
background-color: #98BB1E;
}
.BgClassName
{
background-color: #98BB1E;
}
</style>
border-color css
<style>
span { border-color: #98BB1E; }
span { border-color: rgb(152,187,30); }
td.TdClassName
{
border-color: #98BB1E;
}
.TagClassName
{
border-color: #98BB1E;
}
</style>