Shades of Bahia #ADC413
Tints of Bahia #ADC413
RGB
CMYK
RGB Variations
Color information
#ADC413 (or 0xADC413) is known color: Bahia. HEX triplet: AD, C4 and 13. RGB value is (173,196,19). Sum of RGB (Red+Green+Blue) = 173+196+19=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC413 is #523BEC. Grayscale: #A9A9A9. Windows color (decimal): -5389293 or 1295533. OLE color: 1295533.
HSL color Cylindrical-coordinate representation of color #ADC413: hue angle of 67.8º 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 #ADC413 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 19 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.23 |
| HSL | 67.8º | 0.82% | 0.42% | - |
| HSV(B) | 67.8º | 0.9% | 0.77% | - |
| XYZ | 37.09 | 48.41 | 8.01 | - |
| YUV | 168.95 | 43.38 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 19 | 0.12 | 0 | 0.90 | 0.23 | 67.8 | 0.82 | 0.42 |
| Hex | AD | C4 | 13 | C | 0 | 5A | 17 | 44 | 52 | 2A |
| Octal | 255 | 304 | 23 | 14 | 0 | 132 | 27 | 104 | 122 | 52 |
| Binary | 10101101 | 11000100 | 10011 | 1100 | 0 | 1011010 | 10111 | 1000100 | 1010010 | 101010 |
Color Harmonies of #ADC413
Complementary color
Monochromatic Colors of #ADC413
Black with #ADC413
Text Example
Text Example
White with #ADC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC413; }
p { color: rgb(173,196,19); }
H1.HeaderClassName
{
color: #ADC413;
}
.AnyTagClassName
{
color: #ADC413;
}
</style>
background-color css
<style>
a { background-color: #ADC413; }
a { background-color: rgb(173,196,19); }
div.DivClassName
{
background-color: #ADC413;
}
.BgClassName
{
background-color: #ADC413;
}
</style>
border-color css
<style>
span { border-color: #ADC413; }
span { border-color: rgb(173,196,19); }
td.TdClassName
{
border-color: #ADC413;
}
.TagClassName
{
border-color: #ADC413;
}
</style>