Shades of Bahia #ADB116
Tints of Bahia #ADB116
RGB
CMYK
RGB Variations
Color information
#ADB116 (or 0xADB116) is known color: Bahia. HEX triplet: AD, B1 and 16. RGB value is (173,177,22). Sum of RGB (Red+Green+Blue) = 173+177+22=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB116 is #524EE9. Grayscale: #9E9E9E. Windows color (decimal): -5394154 or 1487277. OLE color: 1487277.
HSL color Cylindrical-coordinate representation of color #ADB116: hue angle of 61.55º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADB116 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 22 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.31 |
| HSL | 61.55º | 0.78% | 0.39% | - |
| HSV(B) | 61.55º | 0.88% | 0.69% | - |
| XYZ | 33.1 | 40.39 | 6.81 | - |
| YUV | 158.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 22 | 0.02 | 0 | 0.88 | 0.31 | 61.55 | 0.78 | 0.39 |
| Hex | AD | B1 | 16 | 2 | 0 | 58 | 1F | 3E | 4E | 27 |
| Octal | 255 | 261 | 26 | 2 | 0 | 130 | 37 | 76 | 116 | 47 |
| Binary | 10101101 | 10110001 | 10110 | 10 | 0 | 1011000 | 11111 | 111110 | 1001110 | 100111 |
Color Harmonies of #ADB116
Complementary color
Monochromatic Colors of #ADB116
Black with #ADB116
Text Example
Text Example
White with #ADB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB116; }
p { color: rgb(173,177,22); }
H1.HeaderClassName
{
color: #ADB116;
}
.AnyTagClassName
{
color: #ADB116;
}
</style>
background-color css
<style>
a { background-color: #ADB116; }
a { background-color: rgb(173,177,22); }
div.DivClassName
{
background-color: #ADB116;
}
.BgClassName
{
background-color: #ADB116;
}
</style>
border-color css
<style>
span { border-color: #ADB116; }
span { border-color: rgb(173,177,22); }
td.TdClassName
{
border-color: #ADB116;
}
.TagClassName
{
border-color: #ADB116;
}
</style>