Shades of Bahia #ADC517
Tints of Bahia #ADC517
RGB
CMYK
RGB Variations
Color information
#ADC517 (or 0xADC517) is known color: Bahia. HEX triplet: AD, C5 and 17. RGB value is (173,197,23). Sum of RGB (Red+Green+Blue) = 173+197+23=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC517 is #523AE8. Grayscale: #AAAAAA. Windows color (decimal): -5389033 or 1557933. OLE color: 1557933.
HSL color Cylindrical-coordinate representation of color #ADC517: hue angle of 68.28º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC517 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 23 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.23 |
| HSL | 68.28º | 0.79% | 0.43% | - |
| HSV(B) | 68.28º | 0.88% | 0.77% | - |
| XYZ | 37.35 | 48.88 | 8.28 | - |
| YUV | 169.99 | 45.05 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 23 | 0.12 | 0 | 0.88 | 0.23 | 68.28 | 0.79 | 0.43 |
| Hex | AD | C5 | 17 | C | 0 | 58 | 17 | 44 | 4F | 2B |
| Octal | 255 | 305 | 27 | 14 | 0 | 130 | 27 | 104 | 117 | 53 |
| Binary | 10101101 | 11000101 | 10111 | 1100 | 0 | 1011000 | 10111 | 1000100 | 1001111 | 101011 |
Color Harmonies of #ADC517
Complementary color
Monochromatic Colors of #ADC517
Black with #ADC517
Text Example
Text Example
White with #ADC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC517; }
p { color: rgb(173,197,23); }
H1.HeaderClassName
{
color: #ADC517;
}
.AnyTagClassName
{
color: #ADC517;
}
</style>
background-color css
<style>
a { background-color: #ADC517; }
a { background-color: rgb(173,197,23); }
div.DivClassName
{
background-color: #ADC517;
}
.BgClassName
{
background-color: #ADC517;
}
</style>
border-color css
<style>
span { border-color: #ADC517; }
span { border-color: rgb(173,197,23); }
td.TdClassName
{
border-color: #ADC517;
}
.TagClassName
{
border-color: #ADC517;
}
</style>