Shades of Bahia #ADB517
Tints of Bahia #ADB517
RGB
CMYK
RGB Variations
Color information
#ADB517 (or 0xADB517) is known color: Bahia. HEX triplet: AD, B5 and 17. RGB value is (173,181,23). Sum of RGB (Red+Green+Blue) = 173+181+23=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB517 is #524AE8. Grayscale: #A1A1A1. Windows color (decimal): -5393129 or 1553837. OLE color: 1553837.
HSL color Cylindrical-coordinate representation of color #ADB517: hue angle of 63.04º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADB517 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 23 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.29 |
| HSL | 63.04º | 0.77% | 0.4% | - |
| HSV(B) | 63.04º | 0.87% | 0.71% | - |
| XYZ | 33.91 | 41.99 | 7.13 | - |
| YUV | 160.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 23 | 0.04 | 0 | 0.87 | 0.29 | 63.04 | 0.77 | 0.4 |
| Hex | AD | B5 | 17 | 4 | 0 | 57 | 1D | 3F | 4D | 28 |
| Octal | 255 | 265 | 27 | 4 | 0 | 127 | 35 | 77 | 115 | 50 |
| Binary | 10101101 | 10110101 | 10111 | 100 | 0 | 1010111 | 11101 | 111111 | 1001101 | 101000 |
Color Harmonies of #ADB517
Complementary color
Monochromatic Colors of #ADB517
Black with #ADB517
Text Example
Text Example
White with #ADB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB517; }
p { color: rgb(173,181,23); }
H1.HeaderClassName
{
color: #ADB517;
}
.AnyTagClassName
{
color: #ADB517;
}
</style>
background-color css
<style>
a { background-color: #ADB517; }
a { background-color: rgb(173,181,23); }
div.DivClassName
{
background-color: #ADB517;
}
.BgClassName
{
background-color: #ADB517;
}
</style>
border-color css
<style>
span { border-color: #ADB517; }
span { border-color: rgb(173,181,23); }
td.TdClassName
{
border-color: #ADB517;
}
.TagClassName
{
border-color: #ADB517;
}
</style>