Shades of Bahia #ADC113
Tints of Bahia #ADC113
RGB
CMYK
RGB Variations
Color information
#ADC113 (or 0xADC113) is known color: Bahia. HEX triplet: AD, C1 and 13. RGB value is (173,193,19). Sum of RGB (Red+Green+Blue) = 173+193+19=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC113 is #523EEC. Grayscale: #A7A7A7. Windows color (decimal): -5390061 or 1294765. OLE color: 1294765.
HSL color Cylindrical-coordinate representation of color #ADC113: hue angle of 66.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC113 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 19 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.24 |
| HSL | 66.9º | 0.82% | 0.42% | - |
| HSV(B) | 66.9º | 0.9% | 0.76% | - |
| XYZ | 36.42 | 47.07 | 7.78 | - |
| YUV | 167.18 | 44.37 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 19 | 0.10 | 0 | 0.90 | 0.24 | 66.9 | 0.82 | 0.42 |
| Hex | AD | C1 | 13 | A | 0 | 5A | 18 | 43 | 52 | 2A |
| Octal | 255 | 301 | 23 | 12 | 0 | 132 | 30 | 103 | 122 | 52 |
| Binary | 10101101 | 11000001 | 10011 | 1010 | 0 | 1011010 | 11000 | 1000011 | 1010010 | 101010 |
Color Harmonies of #ADC113
Complementary color
Monochromatic Colors of #ADC113
Black with #ADC113
Text Example
Text Example
White with #ADC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC113; }
p { color: rgb(173,193,19); }
H1.HeaderClassName
{
color: #ADC113;
}
.AnyTagClassName
{
color: #ADC113;
}
</style>
background-color css
<style>
a { background-color: #ADC113; }
a { background-color: rgb(173,193,19); }
div.DivClassName
{
background-color: #ADC113;
}
.BgClassName
{
background-color: #ADC113;
}
</style>
border-color css
<style>
span { border-color: #ADC113; }
span { border-color: rgb(173,193,19); }
td.TdClassName
{
border-color: #ADC113;
}
.TagClassName
{
border-color: #ADC113;
}
</style>