Shades of Bahia #ADC513
Tints of Bahia #ADC513
RGB
CMYK
RGB Variations
Color information
#ADC513 (or 0xADC513) is known color: Bahia. HEX triplet: AD, C5 and 13. RGB value is (173,197,19). Sum of RGB (Red+Green+Blue) = 173+197+19=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC513 is #523AEC. Grayscale: #AAAAAA. Windows color (decimal): -5389037 or 1295789. OLE color: 1295789.
HSL color Cylindrical-coordinate representation of color #ADC513: hue angle of 68.09º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC513 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 19 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.23 |
| HSL | 68.09º | 0.82% | 0.42% | - |
| HSV(B) | 68.09º | 0.9% | 0.77% | - |
| XYZ | 37.32 | 48.86 | 8.08 | - |
| YUV | 169.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 19 | 0.12 | 0 | 0.90 | 0.23 | 68.09 | 0.82 | 0.42 |
| Hex | AD | C5 | 13 | C | 0 | 5A | 17 | 44 | 52 | 2A |
| Octal | 255 | 305 | 23 | 14 | 0 | 132 | 27 | 104 | 122 | 52 |
| Binary | 10101101 | 11000101 | 10011 | 1100 | 0 | 1011010 | 10111 | 1000100 | 1010010 | 101010 |
Color Harmonies of #ADC513
Complementary color
Monochromatic Colors of #ADC513
Black with #ADC513
Text Example
Text Example
White with #ADC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC513; }
p { color: rgb(173,197,19); }
H1.HeaderClassName
{
color: #ADC513;
}
.AnyTagClassName
{
color: #ADC513;
}
</style>
background-color css
<style>
a { background-color: #ADC513; }
a { background-color: rgb(173,197,19); }
div.DivClassName
{
background-color: #ADC513;
}
.BgClassName
{
background-color: #ADC513;
}
</style>
border-color css
<style>
span { border-color: #ADC513; }
span { border-color: rgb(173,197,19); }
td.TdClassName
{
border-color: #ADC513;
}
.TagClassName
{
border-color: #ADC513;
}
</style>