Shades of Bahia #ADB818
Tints of Bahia #ADB818
RGB
CMYK
RGB Variations
Color information
#ADB818 (or 0xADB818) is known color: Bahia. HEX triplet: AD, B8 and 18. RGB value is (173,184,24). Sum of RGB (Red+Green+Blue) = 173+184+24=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB818 is #5247E7. Grayscale: #A3A3A3. Windows color (decimal): -5392360 or 1620141. OLE color: 1620141.
HSL color Cylindrical-coordinate representation of color #ADB818: hue angle of 64.12º 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 #ADB818 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 24 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.28 |
| HSL | 64.13º | 0.77% | 0.41% | - |
| HSV(B) | 64.13º | 0.87% | 0.72% | - |
| XYZ | 34.54 | 43.23 | 7.39 | - |
| YUV | 162.47 | 49.86 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 24 | 0.06 | 0 | 0.87 | 0.28 | 64.13 | 0.77 | 0.41 |
| Hex | AD | B8 | 18 | 6 | 0 | 57 | 1C | 40 | 4D | 29 |
| Octal | 255 | 270 | 30 | 6 | 0 | 127 | 34 | 100 | 115 | 51 |
| Binary | 10101101 | 10111000 | 11000 | 110 | 0 | 1010111 | 11100 | 1000000 | 1001101 | 101001 |
Color Harmonies of #ADB818
Complementary color
Monochromatic Colors of #ADB818
Black with #ADB818
Text Example
Text Example
White with #ADB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB818; }
p { color: rgb(173,184,24); }
H1.HeaderClassName
{
color: #ADB818;
}
.AnyTagClassName
{
color: #ADB818;
}
</style>
background-color css
<style>
a { background-color: #ADB818; }
a { background-color: rgb(173,184,24); }
div.DivClassName
{
background-color: #ADB818;
}
.BgClassName
{
background-color: #ADB818;
}
</style>
border-color css
<style>
span { border-color: #ADB818; }
span { border-color: rgb(173,184,24); }
td.TdClassName
{
border-color: #ADB818;
}
.TagClassName
{
border-color: #ADB818;
}
</style>