Shades of Bahia #99D110
Tints of Bahia #99D110
RGB
CMYK
RGB Variations
Color information
#99D110 (or 0x99D110) is known color: Bahia. HEX triplet: 99, D1 and 10. RGB value is (153,209,16). Sum of RGB (Red+Green+Blue) = 153+209+16=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 209 (82.03% from 255 or 55.29% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 209 - color contains mainly: green. Hex color #99D110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D110 is #662EEF. Grayscale: #AAAAAA. Windows color (decimal): -6696688 or 1102233. OLE color: 1102233.
HSL color Cylindrical-coordinate representation of color #99D110: hue angle of 77.41º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99D110 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 16 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.18 |
| HSL | 77.41º | 0.86% | 0.44% | - |
| HSV(B) | 77.41º | 0.92% | 0.82% | - |
| XYZ | 36.03 | 52.41 | 8.71 | - |
| YUV | 170.25 | 40.95 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 16 | 0.27 | 0 | 0.92 | 0.18 | 77.41 | 0.86 | 0.44 |
| Hex | 99 | D1 | 10 | 1B | 0 | 5C | 12 | 4D | 56 | 2C |
| Octal | 231 | 321 | 20 | 33 | 0 | 134 | 22 | 115 | 126 | 54 |
| Binary | 10011001 | 11010001 | 10000 | 11011 | 0 | 1011100 | 10010 | 1001101 | 1010110 | 101100 |
Color Harmonies of #99D110
Complementary color
Monochromatic Colors of #99D110
Black with #99D110
Text Example
Text Example
White with #99D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D110; }
p { color: rgb(153,209,16); }
H1.HeaderClassName
{
color: #99D110;
}
.AnyTagClassName
{
color: #99D110;
}
</style>
background-color css
<style>
a { background-color: #99D110; }
a { background-color: rgb(153,209,16); }
div.DivClassName
{
background-color: #99D110;
}
.BgClassName
{
background-color: #99D110;
}
</style>
border-color css
<style>
span { border-color: #99D110; }
span { border-color: rgb(153,209,16); }
td.TdClassName
{
border-color: #99D110;
}
.TagClassName
{
border-color: #99D110;
}
</style>