Shades of Bahia #99BD24
Tints of Bahia #99BD24
RGB
CMYK
RGB Variations
Color information
#99BD24 (or 0x99BD24) is known color: Bahia. HEX triplet: 99, BD and 24. RGB value is (153,189,36). Sum of RGB (Red+Green+Blue) = 153+189+36=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD24 is #6642DB. Grayscale: #A1A1A1. Windows color (decimal): -6701788 or 2407833. OLE color: 2407833.
HSL color Cylindrical-coordinate representation of color #99BD24: hue angle of 74.12º degrees, saturation: 0.68, 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 #99BD24 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 36 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.26 |
| HSL | 74.12º | 0.68% | 0.44% | - |
| HSV(B) | 74.12º | 0.81% | 0.74% | - |
| XYZ | 31.65 | 43.29 | 8.36 | - |
| YUV | 160.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 36 | 0.19 | 0 | 0.81 | 0.26 | 74.12 | 0.68 | 0.44 |
| Hex | 99 | BD | 24 | 13 | 0 | 51 | 1A | 4A | 44 | 2C |
| Octal | 231 | 275 | 44 | 23 | 0 | 121 | 32 | 112 | 104 | 54 |
| Binary | 10011001 | 10111101 | 100100 | 10011 | 0 | 1010001 | 11010 | 1001010 | 1000100 | 101100 |
Color Harmonies of #99BD24
Complementary color
Monochromatic Colors of #99BD24
Black with #99BD24
Text Example
Text Example
White with #99BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD24; }
p { color: rgb(153,189,36); }
H1.HeaderClassName
{
color: #99BD24;
}
.AnyTagClassName
{
color: #99BD24;
}
</style>
background-color css
<style>
a { background-color: #99BD24; }
a { background-color: rgb(153,189,36); }
div.DivClassName
{
background-color: #99BD24;
}
.BgClassName
{
background-color: #99BD24;
}
</style>
border-color css
<style>
span { border-color: #99BD24; }
span { border-color: rgb(153,189,36); }
td.TdClassName
{
border-color: #99BD24;
}
.TagClassName
{
border-color: #99BD24;
}
</style>