Shades of Bahia #ADC717
Tints of Bahia #ADC717
RGB
CMYK
RGB Variations
Color information
#ADC717 (or 0xADC717) is known color: Bahia. HEX triplet: AD, C7 and 17. RGB value is (173,199,23). Sum of RGB (Red+Green+Blue) = 173+199+23=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC717 is #5238E8. Grayscale: #ABABAB. Windows color (decimal): -5388521 or 1558445. OLE color: 1558445.
HSL color Cylindrical-coordinate representation of color #ADC717: hue angle of 68.86º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC717 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 23 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.22 |
| HSL | 68.86º | 0.79% | 0.44% | - |
| HSV(B) | 68.86º | 0.88% | 0.78% | - |
| XYZ | 37.81 | 49.79 | 8.43 | - |
| YUV | 171.16 | 44.39 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 23 | 0.13 | 0 | 0.88 | 0.22 | 68.86 | 0.79 | 0.44 |
| Hex | AD | C7 | 17 | D | 0 | 58 | 16 | 45 | 4F | 2C |
| Octal | 255 | 307 | 27 | 15 | 0 | 130 | 26 | 105 | 117 | 54 |
| Binary | 10101101 | 11000111 | 10111 | 1101 | 0 | 1011000 | 10110 | 1000101 | 1001111 | 101100 |
Color Harmonies of #ADC717
Complementary color
Monochromatic Colors of #ADC717
Black with #ADC717
Text Example
Text Example
White with #ADC717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC717; }
p { color: rgb(173,199,23); }
H1.HeaderClassName
{
color: #ADC717;
}
.AnyTagClassName
{
color: #ADC717;
}
</style>
background-color css
<style>
a { background-color: #ADC717; }
a { background-color: rgb(173,199,23); }
div.DivClassName
{
background-color: #ADC717;
}
.BgClassName
{
background-color: #ADC717;
}
</style>
border-color css
<style>
span { border-color: #ADC717; }
span { border-color: rgb(173,199,23); }
td.TdClassName
{
border-color: #ADC717;
}
.TagClassName
{
border-color: #ADC717;
}
</style>