Shades of Bahia #99BE19
Tints of Bahia #99BE19
RGB
CMYK
RGB Variations
Color information
#99BE19 (or 0x99BE19) is known color: Bahia. HEX triplet: 99, BE and 19. RGB value is (153,190,25). Sum of RGB (Red+Green+Blue) = 153+190+25=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BE19 is #6641E6. Grayscale: #A0A0A0. Windows color (decimal): -6701543 or 1687193. OLE color: 1687193.
HSL color Cylindrical-coordinate representation of color #99BE19: hue angle of 73.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99BE19 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 25 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.25 |
| HSL | 73.45º | 0.77% | 0.42% | - |
| HSV(B) | 73.45º | 0.87% | 0.75% | - |
| XYZ | 31.73 | 43.67 | 7.68 | - |
| YUV | 160.13 | 51.74 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 25 | 0.19 | 0 | 0.87 | 0.25 | 73.45 | 0.77 | 0.42 |
| Hex | 99 | BE | 19 | 13 | 0 | 57 | 19 | 49 | 4D | 2A |
| Octal | 231 | 276 | 31 | 23 | 0 | 127 | 31 | 111 | 115 | 52 |
| Binary | 10011001 | 10111110 | 11001 | 10011 | 0 | 1010111 | 11001 | 1001001 | 1001101 | 101010 |
Color Harmonies of #99BE19
Complementary color
Monochromatic Colors of #99BE19
Black with #99BE19
Text Example
Text Example
White with #99BE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE19; }
p { color: rgb(153,190,25); }
H1.HeaderClassName
{
color: #99BE19;
}
.AnyTagClassName
{
color: #99BE19;
}
</style>
background-color css
<style>
a { background-color: #99BE19; }
a { background-color: rgb(153,190,25); }
div.DivClassName
{
background-color: #99BE19;
}
.BgClassName
{
background-color: #99BE19;
}
</style>
border-color css
<style>
span { border-color: #99BE19; }
span { border-color: rgb(153,190,25); }
td.TdClassName
{
border-color: #99BE19;
}
.TagClassName
{
border-color: #99BE19;
}
</style>