Shades of Bahia #99BA1E
Tints of Bahia #99BA1E
RGB
CMYK
RGB Variations
Color information
#99BA1E (or 0x99BA1E) is known color: Bahia. HEX triplet: 99, BA and 1E. RGB value is (153,186,30). Sum of RGB (Red+Green+Blue) = 153+186+30=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA1E is #6645E1. Grayscale: #9E9E9E. Windows color (decimal): -6702562 or 2013849. OLE color: 2013849.
HSL color Cylindrical-coordinate representation of color #99BA1E: hue angle of 72.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99BA1E is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 30 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.27 |
| HSL | 72.69º | 0.72% | 0.42% | - |
| HSV(B) | 72.69º | 0.84% | 0.73% | - |
| XYZ | 30.93 | 41.98 | 7.7 | - |
| YUV | 158.35 | 55.57 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 30 | 0.18 | 0 | 0.84 | 0.27 | 72.69 | 0.72 | 0.42 |
| Hex | 99 | BA | 1E | 12 | 0 | 54 | 1B | 49 | 48 | 2A |
| Octal | 231 | 272 | 36 | 22 | 0 | 124 | 33 | 111 | 110 | 52 |
| Binary | 10011001 | 10111010 | 11110 | 10010 | 0 | 1010100 | 11011 | 1001001 | 1001000 | 101010 |
Color Harmonies of #99BA1E
Complementary color
Monochromatic Colors of #99BA1E
Black with #99BA1E
Text Example
Text Example
White with #99BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA1E; }
p { color: rgb(153,186,30); }
H1.HeaderClassName
{
color: #99BA1E;
}
.AnyTagClassName
{
color: #99BA1E;
}
</style>
background-color css
<style>
a { background-color: #99BA1E; }
a { background-color: rgb(153,186,30); }
div.DivClassName
{
background-color: #99BA1E;
}
.BgClassName
{
background-color: #99BA1E;
}
</style>
border-color css
<style>
span { border-color: #99BA1E; }
span { border-color: rgb(153,186,30); }
td.TdClassName
{
border-color: #99BA1E;
}
.TagClassName
{
border-color: #99BA1E;
}
</style>