Shades of Bahia #ADC117
Tints of Bahia #ADC117
RGB
CMYK
RGB Variations
Color information
#ADC117 (or 0xADC117) is known color: Bahia. HEX triplet: AD, C1 and 17. RGB value is (173,193,23). Sum of RGB (Red+Green+Blue) = 173+193+23=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC117 is #523EE8. Grayscale: #A8A8A8. Windows color (decimal): -5390057 or 1556909. OLE color: 1556909.
HSL color Cylindrical-coordinate representation of color #ADC117: hue angle of 67.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC117 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 23 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.24 |
| HSL | 67.06º | 0.79% | 0.42% | - |
| HSV(B) | 67.06º | 0.88% | 0.76% | - |
| XYZ | 36.46 | 47.09 | 7.98 | - |
| YUV | 167.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 23 | 0.10 | 0 | 0.88 | 0.24 | 67.06 | 0.79 | 0.42 |
| Hex | AD | C1 | 17 | A | 0 | 58 | 18 | 43 | 4F | 2A |
| Octal | 255 | 301 | 27 | 12 | 0 | 130 | 30 | 103 | 117 | 52 |
| Binary | 10101101 | 11000001 | 10111 | 1010 | 0 | 1011000 | 11000 | 1000011 | 1001111 | 101010 |
Color Harmonies of #ADC117
Complementary color
Monochromatic Colors of #ADC117
Black with #ADC117
Text Example
Text Example
White with #ADC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC117; }
p { color: rgb(173,193,23); }
H1.HeaderClassName
{
color: #ADC117;
}
.AnyTagClassName
{
color: #ADC117;
}
</style>
background-color css
<style>
a { background-color: #ADC117; }
a { background-color: rgb(173,193,23); }
div.DivClassName
{
background-color: #ADC117;
}
.BgClassName
{
background-color: #ADC117;
}
</style>
border-color css
<style>
span { border-color: #ADC117; }
span { border-color: rgb(173,193,23); }
td.TdClassName
{
border-color: #ADC117;
}
.TagClassName
{
border-color: #ADC117;
}
</style>