Shades of Bahia #ADC514
Tints of Bahia #ADC514
RGB
CMYK
RGB Variations
Color information
#ADC514 (or 0xADC514) is known color: Bahia. HEX triplet: AD, C5 and 14. RGB value is (173,197,20). Sum of RGB (Red+Green+Blue) = 173+197+20=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC514 is #523AEB. Grayscale: #AAAAAA. Windows color (decimal): -5389036 or 1361325. OLE color: 1361325.
HSL color Cylindrical-coordinate representation of color #ADC514: hue angle of 68.14º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC514 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 20 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.23 |
| HSL | 68.14º | 0.82% | 0.43% | - |
| HSV(B) | 68.14º | 0.9% | 0.77% | - |
| XYZ | 37.33 | 48.87 | 8.13 | - |
| YUV | 169.65 | 43.55 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 20 | 0.12 | 0 | 0.90 | 0.23 | 68.14 | 0.82 | 0.43 |
| Hex | AD | C5 | 14 | C | 0 | 5A | 17 | 44 | 52 | 2B |
| Octal | 255 | 305 | 24 | 14 | 0 | 132 | 27 | 104 | 122 | 53 |
| Binary | 10101101 | 11000101 | 10100 | 1100 | 0 | 1011010 | 10111 | 1000100 | 1010010 | 101011 |
Color Harmonies of #ADC514
Complementary color
Monochromatic Colors of #ADC514
Black with #ADC514
Text Example
Text Example
White with #ADC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC514; }
p { color: rgb(173,197,20); }
H1.HeaderClassName
{
color: #ADC514;
}
.AnyTagClassName
{
color: #ADC514;
}
</style>
background-color css
<style>
a { background-color: #ADC514; }
a { background-color: rgb(173,197,20); }
div.DivClassName
{
background-color: #ADC514;
}
.BgClassName
{
background-color: #ADC514;
}
</style>
border-color css
<style>
span { border-color: #ADC514; }
span { border-color: rgb(173,197,20); }
td.TdClassName
{
border-color: #ADC514;
}
.TagClassName
{
border-color: #ADC514;
}
</style>