Shades of Bahia #ADC519
Tints of Bahia #ADC519
RGB
CMYK
RGB Variations
Color information
#ADC519 (or 0xADC519) is known color: Bahia. HEX triplet: AD, C5 and 19. RGB value is (173,197,25). Sum of RGB (Red+Green+Blue) = 173+197+25=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC519 is #523AE6. Grayscale: #AAAAAA. Windows color (decimal): -5389031 or 1689005. OLE color: 1689005.
HSL color Cylindrical-coordinate representation of color #ADC519: hue angle of 68.37º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADC519 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 25 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.23 |
| HSL | 68.37º | 0.77% | 0.44% | - |
| HSV(B) | 68.37º | 0.87% | 0.77% | - |
| XYZ | 37.38 | 48.89 | 8.39 | - |
| YUV | 170.22 | 46.05 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 25 | 0.12 | 0 | 0.87 | 0.23 | 68.37 | 0.77 | 0.44 |
| Hex | AD | C5 | 19 | C | 0 | 57 | 17 | 44 | 4D | 2C |
| Octal | 255 | 305 | 31 | 14 | 0 | 127 | 27 | 104 | 115 | 54 |
| Binary | 10101101 | 11000101 | 11001 | 1100 | 0 | 1010111 | 10111 | 1000100 | 1001101 | 101100 |
Color Harmonies of #ADC519
Complementary color
Monochromatic Colors of #ADC519
Black with #ADC519
Text Example
Text Example
White with #ADC519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC519; }
p { color: rgb(173,197,25); }
H1.HeaderClassName
{
color: #ADC519;
}
.AnyTagClassName
{
color: #ADC519;
}
</style>
background-color css
<style>
a { background-color: #ADC519; }
a { background-color: rgb(173,197,25); }
div.DivClassName
{
background-color: #ADC519;
}
.BgClassName
{
background-color: #ADC519;
}
</style>
border-color css
<style>
span { border-color: #ADC519; }
span { border-color: rgb(173,197,25); }
td.TdClassName
{
border-color: #ADC519;
}
.TagClassName
{
border-color: #ADC519;
}
</style>