Shades of Bahia #ADC711
Tints of Bahia #ADC711
RGB
CMYK
RGB Variations
Color information
#ADC711 (or 0xADC711) is known color: Bahia. HEX triplet: AD, C7 and 11. RGB value is (173,199,17). Sum of RGB (Red+Green+Blue) = 173+199+17=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC711 is #5238EE. Grayscale: #ABABAB. Windows color (decimal): -5388527 or 1165229. OLE color: 1165229.
HSL color Cylindrical-coordinate representation of color #ADC711: hue angle of 68.57º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADC711 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 17 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.22 |
| HSL | 68.57º | 0.84% | 0.42% | - |
| HSV(B) | 68.57º | 0.91% | 0.78% | - |
| XYZ | 37.76 | 49.77 | 8.15 | - |
| YUV | 170.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 17 | 0.13 | 0 | 0.91 | 0.22 | 68.57 | 0.84 | 0.42 |
| Hex | AD | C7 | 11 | D | 0 | 5B | 16 | 45 | 54 | 2A |
| Octal | 255 | 307 | 21 | 15 | 0 | 133 | 26 | 105 | 124 | 52 |
| Binary | 10101101 | 11000111 | 10001 | 1101 | 0 | 1011011 | 10110 | 1000101 | 1010100 | 101010 |
Color Harmonies of #ADC711
Complementary color
Monochromatic Colors of #ADC711
Black with #ADC711
Text Example
Text Example
White with #ADC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC711; }
p { color: rgb(173,199,17); }
H1.HeaderClassName
{
color: #ADC711;
}
.AnyTagClassName
{
color: #ADC711;
}
</style>
background-color css
<style>
a { background-color: #ADC711; }
a { background-color: rgb(173,199,17); }
div.DivClassName
{
background-color: #ADC711;
}
.BgClassName
{
background-color: #ADC711;
}
</style>
border-color css
<style>
span { border-color: #ADC711; }
span { border-color: rgb(173,199,17); }
td.TdClassName
{
border-color: #ADC711;
}
.TagClassName
{
border-color: #ADC711;
}
</style>