Shades of Bahia #ADC110
Tints of Bahia #ADC110
RGB
CMYK
RGB Variations
Color information
#ADC110 (or 0xADC110) is known color: Bahia. HEX triplet: AD, C1 and 10. RGB value is (173,193,16). Sum of RGB (Red+Green+Blue) = 173+193+16=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC110 is #523EEF. Grayscale: #A7A7A7. Windows color (decimal): -5390064 or 1098157. OLE color: 1098157.
HSL color Cylindrical-coordinate representation of color #ADC110: hue angle of 66.78º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC110 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 16 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.24 |
| HSL | 66.78º | 0.85% | 0.41% | - |
| HSV(B) | 66.78º | 0.92% | 0.76% | - |
| XYZ | 36.4 | 47.06 | 7.66 | - |
| YUV | 166.84 | 42.87 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 16 | 0.10 | 0 | 0.92 | 0.24 | 66.78 | 0.85 | 0.41 |
| Hex | AD | C1 | 10 | A | 0 | 5C | 18 | 43 | 55 | 29 |
| Octal | 255 | 301 | 20 | 12 | 0 | 134 | 30 | 103 | 125 | 51 |
| Binary | 10101101 | 11000001 | 10000 | 1010 | 0 | 1011100 | 11000 | 1000011 | 1010101 | 101001 |
Color Harmonies of #ADC110
Complementary color
Monochromatic Colors of #ADC110
Black with #ADC110
Text Example
Text Example
White with #ADC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC110; }
p { color: rgb(173,193,16); }
H1.HeaderClassName
{
color: #ADC110;
}
.AnyTagClassName
{
color: #ADC110;
}
</style>
background-color css
<style>
a { background-color: #ADC110; }
a { background-color: rgb(173,193,16); }
div.DivClassName
{
background-color: #ADC110;
}
.BgClassName
{
background-color: #ADC110;
}
</style>
border-color css
<style>
span { border-color: #ADC110; }
span { border-color: rgb(173,193,16); }
td.TdClassName
{
border-color: #ADC110;
}
.TagClassName
{
border-color: #ADC110;
}
</style>