Shades of Bahia #ADC410
Tints of Bahia #ADC410
RGB
CMYK
RGB Variations
Color information
#ADC410 (or 0xADC410) is known color: Bahia. HEX triplet: AD, C4 and 10. RGB value is (173,196,16). Sum of RGB (Red+Green+Blue) = 173+196+16=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC410 is #523BEF. Grayscale: #A9A9A9. Windows color (decimal): -5389296 or 1098925. OLE color: 1098925.
HSL color Cylindrical-coordinate representation of color #ADC410: hue angle of 67.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC410 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.23 |
| HSL | 67.67º | 0.85% | 0.42% | - |
| HSV(B) | 67.67º | 0.92% | 0.77% | - |
| XYZ | 37.07 | 48.4 | 7.88 | - |
| YUV | 168.6 | 41.88 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 16 | 0.12 | 0 | 0.92 | 0.23 | 67.67 | 0.85 | 0.42 |
| Hex | AD | C4 | 10 | C | 0 | 5C | 17 | 44 | 55 | 2A |
| Octal | 255 | 304 | 20 | 14 | 0 | 134 | 27 | 104 | 125 | 52 |
| Binary | 10101101 | 11000100 | 10000 | 1100 | 0 | 1011100 | 10111 | 1000100 | 1010101 | 101010 |
Color Harmonies of #ADC410
Complementary color
Monochromatic Colors of #ADC410
Black with #ADC410
Text Example
Text Example
White with #ADC410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC410; }
p { color: rgb(173,196,16); }
H1.HeaderClassName
{
color: #ADC410;
}
.AnyTagClassName
{
color: #ADC410;
}
</style>
background-color css
<style>
a { background-color: #ADC410; }
a { background-color: rgb(173,196,16); }
div.DivClassName
{
background-color: #ADC410;
}
.BgClassName
{
background-color: #ADC410;
}
</style>
border-color css
<style>
span { border-color: #ADC410; }
span { border-color: rgb(173,196,16); }
td.TdClassName
{
border-color: #ADC410;
}
.TagClassName
{
border-color: #ADC410;
}
</style>