Shades of Bahia #ADB811
Tints of Bahia #ADB811
RGB
CMYK
RGB Variations
Color information
#ADB811 (or 0xADB811) is known color: Bahia. HEX triplet: AD, B8 and 11. RGB value is (173,184,17). Sum of RGB (Red+Green+Blue) = 173+184+17=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB811 is #5247EE. Grayscale: #A2A2A2. Windows color (decimal): -5392367 or 1161389. OLE color: 1161389.
HSL color Cylindrical-coordinate representation of color #ADB811: hue angle of 63.95º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADB811 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 17 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.28 |
| HSL | 63.95º | 0.83% | 0.39% | - |
| HSV(B) | 63.95º | 0.91% | 0.72% | - |
| XYZ | 34.48 | 43.21 | 7.05 | - |
| YUV | 161.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 17 | 0.06 | 0 | 0.91 | 0.28 | 63.95 | 0.83 | 0.39 |
| Hex | AD | B8 | 11 | 6 | 0 | 5B | 1C | 40 | 53 | 27 |
| Octal | 255 | 270 | 21 | 6 | 0 | 133 | 34 | 100 | 123 | 47 |
| Binary | 10101101 | 10111000 | 10001 | 110 | 0 | 1011011 | 11100 | 1000000 | 1010011 | 100111 |
Color Harmonies of #ADB811
Complementary color
Monochromatic Colors of #ADB811
Black with #ADB811
Text Example
Text Example
White with #ADB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB811; }
p { color: rgb(173,184,17); }
H1.HeaderClassName
{
color: #ADB811;
}
.AnyTagClassName
{
color: #ADB811;
}
</style>
background-color css
<style>
a { background-color: #ADB811; }
a { background-color: rgb(173,184,17); }
div.DivClassName
{
background-color: #ADB811;
}
.BgClassName
{
background-color: #ADB811;
}
</style>
border-color css
<style>
span { border-color: #ADB811; }
span { border-color: rgb(173,184,17); }
td.TdClassName
{
border-color: #ADB811;
}
.TagClassName
{
border-color: #ADB811;
}
</style>