Shades of Bahia #99D016
Tints of Bahia #99D016
RGB
CMYK
RGB Variations
Color information
#99D016 (or 0x99D016) is known color: Bahia. HEX triplet: 99, D0 and 16. RGB value is (153,208,22). Sum of RGB (Red+Green+Blue) = 153+208+22=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #99D016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D016 is #662FE9. Grayscale: #ABABAB. Windows color (decimal): -6696938 or 1495193. OLE color: 1495193.
HSL color Cylindrical-coordinate representation of color #99D016: hue angle of 77.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99D016 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 22 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.18 |
| HSL | 77.74º | 0.81% | 0.45% | - |
| HSV(B) | 77.74º | 0.89% | 0.82% | - |
| XYZ | 35.84 | 51.94 | 8.9 | - |
| YUV | 170.35 | 44.28 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 22 | 0.26 | 0 | 0.89 | 0.18 | 77.74 | 0.81 | 0.45 |
| Hex | 99 | D0 | 16 | 1A | 0 | 59 | 12 | 4E | 51 | 2D |
| Octal | 231 | 320 | 26 | 32 | 0 | 131 | 22 | 116 | 121 | 55 |
| Binary | 10011001 | 11010000 | 10110 | 11010 | 0 | 1011001 | 10010 | 1001110 | 1010001 | 101101 |
Color Harmonies of #99D016
Complementary color
Monochromatic Colors of #99D016
Black with #99D016
Text Example
Text Example
White with #99D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D016; }
p { color: rgb(153,208,22); }
H1.HeaderClassName
{
color: #99D016;
}
.AnyTagClassName
{
color: #99D016;
}
</style>
background-color css
<style>
a { background-color: #99D016; }
a { background-color: rgb(153,208,22); }
div.DivClassName
{
background-color: #99D016;
}
.BgClassName
{
background-color: #99D016;
}
</style>
border-color css
<style>
span { border-color: #99D016; }
span { border-color: rgb(153,208,22); }
td.TdClassName
{
border-color: #99D016;
}
.TagClassName
{
border-color: #99D016;
}
</style>