Shades of Bahia #99CE15
Tints of Bahia #99CE15
RGB
CMYK
RGB Variations
Color information
#99CE15 (or 0x99CE15) is known color: Bahia. HEX triplet: 99, CE and 15. RGB value is (153,206,21). Sum of RGB (Red+Green+Blue) = 153+206+21=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE15 is #6631EA. Grayscale: #A9A9A9. Windows color (decimal): -6697451 or 1429145. OLE color: 1429145.
HSL color Cylindrical-coordinate representation of color #99CE15: hue angle of 77.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99CE15 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 21 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.19 |
| HSL | 77.19º | 0.81% | 0.45% | - |
| HSV(B) | 77.19º | 0.9% | 0.81% | - |
| XYZ | 35.34 | 50.97 | 8.68 | - |
| YUV | 169.06 | 44.44 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 21 | 0.26 | 0 | 0.90 | 0.19 | 77.19 | 0.81 | 0.45 |
| Hex | 99 | CE | 15 | 1A | 0 | 5A | 13 | 4D | 51 | 2D |
| Octal | 231 | 316 | 25 | 32 | 0 | 132 | 23 | 115 | 121 | 55 |
| Binary | 10011001 | 11001110 | 10101 | 11010 | 0 | 1011010 | 10011 | 1001101 | 1010001 | 101101 |
Color Harmonies of #99CE15
Complementary color
Monochromatic Colors of #99CE15
Black with #99CE15
Text Example
Text Example
White with #99CE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE15; }
p { color: rgb(153,206,21); }
H1.HeaderClassName
{
color: #99CE15;
}
.AnyTagClassName
{
color: #99CE15;
}
</style>
background-color css
<style>
a { background-color: #99CE15; }
a { background-color: rgb(153,206,21); }
div.DivClassName
{
background-color: #99CE15;
}
.BgClassName
{
background-color: #99CE15;
}
</style>
border-color css
<style>
span { border-color: #99CE15; }
span { border-color: rgb(153,206,21); }
td.TdClassName
{
border-color: #99CE15;
}
.TagClassName
{
border-color: #99CE15;
}
</style>