Shades of Bahia #ADB017
Tints of Bahia #ADB017
RGB
CMYK
RGB Variations
Color information
#ADB017 (or 0xADB017) is known color: Bahia. HEX triplet: AD, B0 and 17. RGB value is (173,176,23). Sum of RGB (Red+Green+Blue) = 173+176+23=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB017 is #524FE8. Grayscale: #9E9E9E. Windows color (decimal): -5394409 or 1552557. OLE color: 1552557.
HSL color Cylindrical-coordinate representation of color #ADB017: hue angle of 61.18º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADB017 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 23 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.31 |
| HSL | 61.18º | 0.77% | 0.39% | - |
| HSV(B) | 61.18º | 0.87% | 0.69% | - |
| XYZ | 32.91 | 40 | 6.8 | - |
| YUV | 157.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 23 | 0.02 | 0 | 0.87 | 0.31 | 61.18 | 0.77 | 0.39 |
| Hex | AD | B0 | 17 | 2 | 0 | 57 | 1F | 3D | 4D | 27 |
| Octal | 255 | 260 | 27 | 2 | 0 | 127 | 37 | 75 | 115 | 47 |
| Binary | 10101101 | 10110000 | 10111 | 10 | 0 | 1010111 | 11111 | 111101 | 1001101 | 100111 |
Color Harmonies of #ADB017
Complementary color
Monochromatic Colors of #ADB017
Black with #ADB017
Text Example
Text Example
White with #ADB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB017; }
p { color: rgb(173,176,23); }
H1.HeaderClassName
{
color: #ADB017;
}
.AnyTagClassName
{
color: #ADB017;
}
</style>
background-color css
<style>
a { background-color: #ADB017; }
a { background-color: rgb(173,176,23); }
div.DivClassName
{
background-color: #ADB017;
}
.BgClassName
{
background-color: #ADB017;
}
</style>
border-color css
<style>
span { border-color: #ADB017; }
span { border-color: rgb(173,176,23); }
td.TdClassName
{
border-color: #ADB017;
}
.TagClassName
{
border-color: #ADB017;
}
</style>