Shades of Bahia #ADC017
Tints of Bahia #ADC017
RGB
CMYK
RGB Variations
Color information
#ADC017 (or 0xADC017) is known color: Bahia. HEX triplet: AD, C0 and 17. RGB value is (173,192,23). Sum of RGB (Red+Green+Blue) = 173+192+23=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC017 is #523FE8. Grayscale: #A7A7A7. Windows color (decimal): -5390313 or 1556653. OLE color: 1556653.
HSL color Cylindrical-coordinate representation of color #ADC017: hue angle of 66.75º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC017 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 23 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.25 |
| HSL | 66.75º | 0.79% | 0.42% | - |
| HSV(B) | 66.75º | 0.88% | 0.75% | - |
| XYZ | 36.24 | 46.65 | 7.9 | - |
| YUV | 167.05 | 46.71 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 23 | 0.10 | 0 | 0.88 | 0.25 | 66.75 | 0.79 | 0.42 |
| Hex | AD | C0 | 17 | A | 0 | 58 | 19 | 43 | 4F | 2A |
| Octal | 255 | 300 | 27 | 12 | 0 | 130 | 31 | 103 | 117 | 52 |
| Binary | 10101101 | 11000000 | 10111 | 1010 | 0 | 1011000 | 11001 | 1000011 | 1001111 | 101010 |
Color Harmonies of #ADC017
Complementary color
Monochromatic Colors of #ADC017
Black with #ADC017
Text Example
Text Example
White with #ADC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC017; }
p { color: rgb(173,192,23); }
H1.HeaderClassName
{
color: #ADC017;
}
.AnyTagClassName
{
color: #ADC017;
}
</style>
background-color css
<style>
a { background-color: #ADC017; }
a { background-color: rgb(173,192,23); }
div.DivClassName
{
background-color: #ADC017;
}
.BgClassName
{
background-color: #ADC017;
}
</style>
border-color css
<style>
span { border-color: #ADC017; }
span { border-color: rgb(173,192,23); }
td.TdClassName
{
border-color: #ADC017;
}
.TagClassName
{
border-color: #ADC017;
}
</style>