Shades of Bahia #ADB418
Tints of Bahia #ADB418
RGB
CMYK
RGB Variations
Color information
#ADB418 (or 0xADB418) is known color: Bahia. HEX triplet: AD, B4 and 18. RGB value is (173,180,24). Sum of RGB (Red+Green+Blue) = 173+180+24=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB418 is #524BE7. Grayscale: #A0A0A0. Windows color (decimal): -5393384 or 1619117. OLE color: 1619117.
HSL color Cylindrical-coordinate representation of color #ADB418: hue angle of 62.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADB418 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 24 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.29 |
| HSL | 62.69º | 0.76% | 0.4% | - |
| HSV(B) | 62.69º | 0.87% | 0.71% | - |
| XYZ | 33.72 | 41.59 | 7.12 | - |
| YUV | 160.12 | 51.18 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 24 | 0.04 | 0 | 0.87 | 0.29 | 62.69 | 0.76 | 0.4 |
| Hex | AD | B4 | 18 | 4 | 0 | 57 | 1D | 3F | 4C | 28 |
| Octal | 255 | 264 | 30 | 4 | 0 | 127 | 35 | 77 | 114 | 50 |
| Binary | 10101101 | 10110100 | 11000 | 100 | 0 | 1010111 | 11101 | 111111 | 1001100 | 101000 |
Color Harmonies of #ADB418
Complementary color
Monochromatic Colors of #ADB418
Black with #ADB418
Text Example
Text Example
White with #ADB418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB418; }
p { color: rgb(173,180,24); }
H1.HeaderClassName
{
color: #ADB418;
}
.AnyTagClassName
{
color: #ADB418;
}
</style>
background-color css
<style>
a { background-color: #ADB418; }
a { background-color: rgb(173,180,24); }
div.DivClassName
{
background-color: #ADB418;
}
.BgClassName
{
background-color: #ADB418;
}
</style>
border-color css
<style>
span { border-color: #ADB418; }
span { border-color: rgb(173,180,24); }
td.TdClassName
{
border-color: #ADB418;
}
.TagClassName
{
border-color: #ADB418;
}
</style>