Shades of Bahia #ADB614
Tints of Bahia #ADB614
RGB
CMYK
RGB Variations
Color information
#ADB614 (or 0xADB614) is known color: Bahia. HEX triplet: AD, B6 and 14. RGB value is (173,182,20). Sum of RGB (Red+Green+Blue) = 173+182+20=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB614 is #5249EB. Grayscale: #A1A1A1. Windows color (decimal): -5392876 or 1357485. OLE color: 1357485.
HSL color Cylindrical-coordinate representation of color #ADB614: hue angle of 63.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADB614 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 20 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.29 |
| HSL | 63.33º | 0.8% | 0.4% | - |
| HSV(B) | 63.33º | 0.89% | 0.71% | - |
| XYZ | 34.09 | 42.39 | 7.05 | - |
| YUV | 160.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 20 | 0.05 | 0 | 0.89 | 0.29 | 63.33 | 0.8 | 0.4 |
| Hex | AD | B6 | 14 | 5 | 0 | 59 | 1D | 3F | 50 | 28 |
| Octal | 255 | 266 | 24 | 5 | 0 | 131 | 35 | 77 | 120 | 50 |
| Binary | 10101101 | 10110110 | 10100 | 101 | 0 | 1011001 | 11101 | 111111 | 1010000 | 101000 |
Color Harmonies of #ADB614
Complementary color
Monochromatic Colors of #ADB614
Black with #ADB614
Text Example
Text Example
White with #ADB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB614; }
p { color: rgb(173,182,20); }
H1.HeaderClassName
{
color: #ADB614;
}
.AnyTagClassName
{
color: #ADB614;
}
</style>
background-color css
<style>
a { background-color: #ADB614; }
a { background-color: rgb(173,182,20); }
div.DivClassName
{
background-color: #ADB614;
}
.BgClassName
{
background-color: #ADB614;
}
</style>
border-color css
<style>
span { border-color: #ADB614; }
span { border-color: rgb(173,182,20); }
td.TdClassName
{
border-color: #ADB614;
}
.TagClassName
{
border-color: #ADB614;
}
</style>