Shades of Bahia #99BE21
Tints of Bahia #99BE21
RGB
CMYK
RGB Variations
Color information
#99BE21 (or 0x99BE21) is known color: Bahia. HEX triplet: 99, BE and 21. RGB value is (153,190,33). Sum of RGB (Red+Green+Blue) = 153+190+33=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BE21 is #6641DE. Grayscale: #A1A1A1. Windows color (decimal): -6701535 or 2211481. OLE color: 2211481.
HSL color Cylindrical-coordinate representation of color #99BE21: hue angle of 74.14º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99BE21 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 33 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.25 |
| HSL | 74.14º | 0.7% | 0.44% | - |
| HSV(B) | 74.14º | 0.83% | 0.75% | - |
| XYZ | 31.82 | 43.71 | 8.2 | - |
| YUV | 161.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 33 | 0.19 | 0 | 0.83 | 0.25 | 74.14 | 0.7 | 0.44 |
| Hex | 99 | BE | 21 | 13 | 0 | 53 | 19 | 4A | 46 | 2C |
| Octal | 231 | 276 | 41 | 23 | 0 | 123 | 31 | 112 | 106 | 54 |
| Binary | 10011001 | 10111110 | 100001 | 10011 | 0 | 1010011 | 11001 | 1001010 | 1000110 | 101100 |
Color Harmonies of #99BE21
Complementary color
Monochromatic Colors of #99BE21
Black with #99BE21
Text Example
Text Example
White with #99BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE21; }
p { color: rgb(153,190,33); }
H1.HeaderClassName
{
color: #99BE21;
}
.AnyTagClassName
{
color: #99BE21;
}
</style>
background-color css
<style>
a { background-color: #99BE21; }
a { background-color: rgb(153,190,33); }
div.DivClassName
{
background-color: #99BE21;
}
.BgClassName
{
background-color: #99BE21;
}
</style>
border-color css
<style>
span { border-color: #99BE21; }
span { border-color: rgb(153,190,33); }
td.TdClassName
{
border-color: #99BE21;
}
.TagClassName
{
border-color: #99BE21;
}
</style>