Shades of Bahia #ADB718
Tints of Bahia #ADB718
RGB
CMYK
RGB Variations
Color information
#ADB718 (or 0xADB718) is known color: Bahia. HEX triplet: AD, B7 and 18. RGB value is (173,183,24). Sum of RGB (Red+Green+Blue) = 173+183+24=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB718 is #5248E7. Grayscale: #A2A2A2. Windows color (decimal): -5392616 or 1619885. OLE color: 1619885.
HSL color Cylindrical-coordinate representation of color #ADB718: hue angle of 63.77º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADB718 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 24 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.28 |
| HSL | 63.77º | 0.77% | 0.41% | - |
| HSV(B) | 63.77º | 0.87% | 0.72% | - |
| XYZ | 34.33 | 42.82 | 7.32 | - |
| YUV | 161.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 24 | 0.05 | 0 | 0.87 | 0.28 | 63.77 | 0.77 | 0.41 |
| Hex | AD | B7 | 18 | 5 | 0 | 57 | 1C | 40 | 4D | 29 |
| Octal | 255 | 267 | 30 | 5 | 0 | 127 | 34 | 100 | 115 | 51 |
| Binary | 10101101 | 10110111 | 11000 | 101 | 0 | 1010111 | 11100 | 1000000 | 1001101 | 101001 |
Color Harmonies of #ADB718
Complementary color
Monochromatic Colors of #ADB718
Black with #ADB718
Text Example
Text Example
White with #ADB718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB718; }
p { color: rgb(173,183,24); }
H1.HeaderClassName
{
color: #ADB718;
}
.AnyTagClassName
{
color: #ADB718;
}
</style>
background-color css
<style>
a { background-color: #ADB718; }
a { background-color: rgb(173,183,24); }
div.DivClassName
{
background-color: #ADB718;
}
.BgClassName
{
background-color: #ADB718;
}
</style>
border-color css
<style>
span { border-color: #ADB718; }
span { border-color: rgb(173,183,24); }
td.TdClassName
{
border-color: #ADB718;
}
.TagClassName
{
border-color: #ADB718;
}
</style>