Shades of Bahia #98BD23
Tints of Bahia #98BD23
RGB
CMYK
RGB Variations
Color information
#98BD23 (or 0x98BD23) is known color: Bahia. HEX triplet: 98, BD and 23. RGB value is (152,189,35). Sum of RGB (Red+Green+Blue) = 152+189+35=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BD23 is #6742DC. Grayscale: #A0A0A0. Windows color (decimal): -6767325 or 2342296. OLE color: 2342296.
HSL color Cylindrical-coordinate representation of color #98BD23: hue angle of 74.42º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98BD23 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 35 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.26 |
| HSL | 74.42º | 0.69% | 0.44% | - |
| HSV(B) | 74.42º | 0.81% | 0.74% | - |
| XYZ | 31.45 | 43.19 | 8.27 | - |
| YUV | 160.38 | 57.24 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 35 | 0.20 | 0 | 0.81 | 0.26 | 74.42 | 0.69 | 0.44 |
| Hex | 98 | BD | 23 | 14 | 0 | 51 | 1A | 4A | 45 | 2C |
| Octal | 230 | 275 | 43 | 24 | 0 | 121 | 32 | 112 | 105 | 54 |
| Binary | 10011000 | 10111101 | 100011 | 10100 | 0 | 1010001 | 11010 | 1001010 | 1000101 | 101100 |
Color Harmonies of #98BD23
Complementary color
Monochromatic Colors of #98BD23
Black with #98BD23
Text Example
Text Example
White with #98BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD23; }
p { color: rgb(152,189,35); }
H1.HeaderClassName
{
color: #98BD23;
}
.AnyTagClassName
{
color: #98BD23;
}
</style>
background-color css
<style>
a { background-color: #98BD23; }
a { background-color: rgb(152,189,35); }
div.DivClassName
{
background-color: #98BD23;
}
.BgClassName
{
background-color: #98BD23;
}
</style>
border-color css
<style>
span { border-color: #98BD23; }
span { border-color: rgb(152,189,35); }
td.TdClassName
{
border-color: #98BD23;
}
.TagClassName
{
border-color: #98BD23;
}
</style>