Shades of Bahia #99CE13
Tints of Bahia #99CE13
RGB
CMYK
RGB Variations
Color information
#99CE13 (or 0x99CE13) is known color: Bahia. HEX triplet: 99, CE and 13. RGB value is (153,206,19). Sum of RGB (Red+Green+Blue) = 153+206+19=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE13 is #6631EC. Grayscale: #A9A9A9. Windows color (decimal): -6697453 or 1298073. OLE color: 1298073.
HSL color Cylindrical-coordinate representation of color #99CE13: hue angle of 77.01º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99CE13 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 19 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.19 |
| HSL | 77.01º | 0.83% | 0.44% | - |
| HSV(B) | 77.01º | 0.91% | 0.81% | - |
| XYZ | 35.33 | 50.96 | 8.59 | - |
| YUV | 168.84 | 43.44 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 19 | 0.26 | 0 | 0.91 | 0.19 | 77.01 | 0.83 | 0.44 |
| Hex | 99 | CE | 13 | 1A | 0 | 5B | 13 | 4D | 53 | 2C |
| Octal | 231 | 316 | 23 | 32 | 0 | 133 | 23 | 115 | 123 | 54 |
| Binary | 10011001 | 11001110 | 10011 | 11010 | 0 | 1011011 | 10011 | 1001101 | 1010011 | 101100 |
Color Harmonies of #99CE13
Complementary color
Monochromatic Colors of #99CE13
Black with #99CE13
Text Example
Text Example
White with #99CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE13; }
p { color: rgb(153,206,19); }
H1.HeaderClassName
{
color: #99CE13;
}
.AnyTagClassName
{
color: #99CE13;
}
</style>
background-color css
<style>
a { background-color: #99CE13; }
a { background-color: rgb(153,206,19); }
div.DivClassName
{
background-color: #99CE13;
}
.BgClassName
{
background-color: #99CE13;
}
</style>
border-color css
<style>
span { border-color: #99CE13; }
span { border-color: rgb(153,206,19); }
td.TdClassName
{
border-color: #99CE13;
}
.TagClassName
{
border-color: #99CE13;
}
</style>