Shades of Bahia #ADC516
Tints of Bahia #ADC516
RGB
CMYK
RGB Variations
Color information
#ADC516 (or 0xADC516) is known color: Bahia. HEX triplet: AD, C5 and 16. RGB value is (173,197,22). Sum of RGB (Red+Green+Blue) = 173+197+22=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC516 is #523AE9. Grayscale: #AAAAAA. Windows color (decimal): -5389034 or 1492397. OLE color: 1492397.
HSL color Cylindrical-coordinate representation of color #ADC516: hue angle of 68.23º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADC516 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 22 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.23 |
| HSL | 68.23º | 0.8% | 0.43% | - |
| HSV(B) | 68.23º | 0.89% | 0.77% | - |
| XYZ | 37.34 | 48.87 | 8.22 | - |
| YUV | 169.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 22 | 0.12 | 0 | 0.89 | 0.23 | 68.23 | 0.8 | 0.43 |
| Hex | AD | C5 | 16 | C | 0 | 59 | 17 | 44 | 50 | 2B |
| Octal | 255 | 305 | 26 | 14 | 0 | 131 | 27 | 104 | 120 | 53 |
| Binary | 10101101 | 11000101 | 10110 | 1100 | 0 | 1011001 | 10111 | 1000100 | 1010000 | 101011 |
Color Harmonies of #ADC516
Complementary color
Monochromatic Colors of #ADC516
Black with #ADC516
Text Example
Text Example
White with #ADC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC516; }
p { color: rgb(173,197,22); }
H1.HeaderClassName
{
color: #ADC516;
}
.AnyTagClassName
{
color: #ADC516;
}
</style>
background-color css
<style>
a { background-color: #ADC516; }
a { background-color: rgb(173,197,22); }
div.DivClassName
{
background-color: #ADC516;
}
.BgClassName
{
background-color: #ADC516;
}
</style>
border-color css
<style>
span { border-color: #ADC516; }
span { border-color: rgb(173,197,22); }
td.TdClassName
{
border-color: #ADC516;
}
.TagClassName
{
border-color: #ADC516;
}
</style>