Shades of Bahia #ADB619
Tints of Bahia #ADB619
RGB
CMYK
RGB Variations
Color information
#ADB619 (or 0xADB619) is known color: Bahia. HEX triplet: AD, B6 and 19. RGB value is (173,182,25). Sum of RGB (Red+Green+Blue) = 173+182+25=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB619 is #5249E6. Grayscale: #A2A2A2. Windows color (decimal): -5392871 or 1685165. OLE color: 1685165.
HSL color Cylindrical-coordinate representation of color #ADB619: hue angle of 63.44º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB619 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 25 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.29 |
| HSL | 63.44º | 0.76% | 0.41% | - |
| HSV(B) | 63.44º | 0.86% | 0.71% | - |
| XYZ | 34.14 | 42.41 | 7.31 | - |
| YUV | 161.41 | 51.02 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 25 | 0.05 | 0 | 0.86 | 0.29 | 63.44 | 0.76 | 0.41 |
| Hex | AD | B6 | 19 | 5 | 0 | 56 | 1D | 3F | 4C | 29 |
| Octal | 255 | 266 | 31 | 5 | 0 | 126 | 35 | 77 | 114 | 51 |
| Binary | 10101101 | 10110110 | 11001 | 101 | 0 | 1010110 | 11101 | 111111 | 1001100 | 101001 |
Color Harmonies of #ADB619
Complementary color
Monochromatic Colors of #ADB619
Black with #ADB619
Text Example
Text Example
White with #ADB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB619; }
p { color: rgb(173,182,25); }
H1.HeaderClassName
{
color: #ADB619;
}
.AnyTagClassName
{
color: #ADB619;
}
</style>
background-color css
<style>
a { background-color: #ADB619; }
a { background-color: rgb(173,182,25); }
div.DivClassName
{
background-color: #ADB619;
}
.BgClassName
{
background-color: #ADB619;
}
</style>
border-color css
<style>
span { border-color: #ADB619; }
span { border-color: rgb(173,182,25); }
td.TdClassName
{
border-color: #ADB619;
}
.TagClassName
{
border-color: #ADB619;
}
</style>