Shades of Bahia #ADB82C
Tints of Bahia #ADB82C
RGB
CMYK
RGB Variations
Color information
#ADB82C (or 0xADB82C) is known color: Bahia. HEX triplet: AD, B8 and 2C. RGB value is (173,184,44). Sum of RGB (Red+Green+Blue) = 173+184+44=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB82C is #5247D3. Grayscale: #A5A5A5. Windows color (decimal): -5392340 or 2930861. OLE color: 2930861.
HSL color Cylindrical-coordinate representation of color #ADB82C: hue angle of 64.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADB82C is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 44 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.28 |
| HSL | 64.71º | 0.61% | 0.45% | - |
| HSV(B) | 64.71º | 0.76% | 0.72% | - |
| XYZ | 34.83 | 43.35 | 8.91 | - |
| YUV | 164.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 44 | 0.06 | 0 | 0.76 | 0.28 | 64.71 | 0.61 | 0.45 |
| Hex | AD | B8 | 2C | 6 | 0 | 4C | 1C | 41 | 3D | 2D |
| Octal | 255 | 270 | 54 | 6 | 0 | 114 | 34 | 101 | 75 | 55 |
| Binary | 10101101 | 10111000 | 101100 | 110 | 0 | 1001100 | 11100 | 1000001 | 111101 | 101101 |
Color Harmonies of #ADB82C
Complementary color
Monochromatic Colors of #ADB82C
Black with #ADB82C
Text Example
Text Example
White with #ADB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB82C; }
p { color: rgb(173,184,44); }
H1.HeaderClassName
{
color: #ADB82C;
}
.AnyTagClassName
{
color: #ADB82C;
}
</style>
background-color css
<style>
a { background-color: #ADB82C; }
a { background-color: rgb(173,184,44); }
div.DivClassName
{
background-color: #ADB82C;
}
.BgClassName
{
background-color: #ADB82C;
}
</style>
border-color css
<style>
span { border-color: #ADB82C; }
span { border-color: rgb(173,184,44); }
td.TdClassName
{
border-color: #ADB82C;
}
.TagClassName
{
border-color: #ADB82C;
}
</style>