Shades of Bahia #ADB822
Tints of Bahia #ADB822
RGB
CMYK
RGB Variations
Color information
#ADB822 (or 0xADB822) is known color: Bahia. HEX triplet: AD, B8 and 22. RGB value is (173,184,34). Sum of RGB (Red+Green+Blue) = 173+184+34=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB822 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB822 is #5247DD. Grayscale: #A4A4A4. Windows color (decimal): -5392350 or 2275501. OLE color: 2275501.
HSL color Cylindrical-coordinate representation of color #ADB822: hue angle of 64.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADB822 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 34 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.28 |
| HSL | 64.4º | 0.69% | 0.43% | - |
| HSV(B) | 64.4º | 0.82% | 0.72% | - |
| XYZ | 34.66 | 43.28 | 8.04 | - |
| YUV | 163.61 | 54.86 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 34 | 0.06 | 0 | 0.82 | 0.28 | 64.4 | 0.69 | 0.43 |
| Hex | AD | B8 | 22 | 6 | 0 | 52 | 1C | 40 | 45 | 2B |
| Octal | 255 | 270 | 42 | 6 | 0 | 122 | 34 | 100 | 105 | 53 |
| Binary | 10101101 | 10111000 | 100010 | 110 | 0 | 1010010 | 11100 | 1000000 | 1000101 | 101011 |
Color Harmonies of #ADB822
Complementary color
Monochromatic Colors of #ADB822
Black with #ADB822
Text Example
Text Example
White with #ADB822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB822; }
p { color: rgb(173,184,34); }
H1.HeaderClassName
{
color: #ADB822;
}
.AnyTagClassName
{
color: #ADB822;
}
</style>
background-color css
<style>
a { background-color: #ADB822; }
a { background-color: rgb(173,184,34); }
div.DivClassName
{
background-color: #ADB822;
}
.BgClassName
{
background-color: #ADB822;
}
</style>
border-color css
<style>
span { border-color: #ADB822; }
span { border-color: rgb(173,184,34); }
td.TdClassName
{
border-color: #ADB822;
}
.TagClassName
{
border-color: #ADB822;
}
</style>