Shades of Bahia #99CE16
Tints of Bahia #99CE16
RGB
CMYK
RGB Variations
Color information
#99CE16 (or 0x99CE16) is known color: Bahia. HEX triplet: 99, CE and 16. RGB value is (153,206,22). Sum of RGB (Red+Green+Blue) = 153+206+22=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE16 is #6631E9. Grayscale: #A9A9A9. Windows color (decimal): -6697450 or 1494681. OLE color: 1494681.
HSL color Cylindrical-coordinate representation of color #99CE16: hue angle of 77.28º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99CE16 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 22 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.19 |
| HSL | 77.28º | 0.81% | 0.45% | - |
| HSV(B) | 77.28º | 0.89% | 0.81% | - |
| XYZ | 35.35 | 50.97 | 8.73 | - |
| YUV | 169.18 | 44.94 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 22 | 0.26 | 0 | 0.89 | 0.19 | 77.28 | 0.81 | 0.45 |
| Hex | 99 | CE | 16 | 1A | 0 | 59 | 13 | 4D | 51 | 2D |
| Octal | 231 | 316 | 26 | 32 | 0 | 131 | 23 | 115 | 121 | 55 |
| Binary | 10011001 | 11001110 | 10110 | 11010 | 0 | 1011001 | 10011 | 1001101 | 1010001 | 101101 |
Color Harmonies of #99CE16
Complementary color
Monochromatic Colors of #99CE16
Black with #99CE16
Text Example
Text Example
White with #99CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE16; }
p { color: rgb(153,206,22); }
H1.HeaderClassName
{
color: #99CE16;
}
.AnyTagClassName
{
color: #99CE16;
}
</style>
background-color css
<style>
a { background-color: #99CE16; }
a { background-color: rgb(153,206,22); }
div.DivClassName
{
background-color: #99CE16;
}
.BgClassName
{
background-color: #99CE16;
}
</style>
border-color css
<style>
span { border-color: #99CE16; }
span { border-color: rgb(153,206,22); }
td.TdClassName
{
border-color: #99CE16;
}
.TagClassName
{
border-color: #99CE16;
}
</style>