Shades of Bahia #ADB322
Tints of Bahia #ADB322
RGB
CMYK
RGB Variations
Color information
#ADB322 (or 0xADB322) is known color: Bahia. HEX triplet: AD, B3 and 22. RGB value is (173,179,34). Sum of RGB (Red+Green+Blue) = 173+179+34=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB322 is #524CDD. Grayscale: #A1A1A1. Windows color (decimal): -5393630 or 2274221. OLE color: 2274221.
HSL color Cylindrical-coordinate representation of color #ADB322: hue angle of 62.48º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB322 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 34 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.30 |
| HSL | 62.48º | 0.68% | 0.42% | - |
| HSV(B) | 62.48º | 0.81% | 0.7% | - |
| XYZ | 33.64 | 41.24 | 7.7 | - |
| YUV | 160.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 34 | 0.03 | 0 | 0.81 | 0.30 | 62.48 | 0.68 | 0.42 |
| Hex | AD | B3 | 22 | 3 | 0 | 51 | 1E | 3E | 44 | 2A |
| Octal | 255 | 263 | 42 | 3 | 0 | 121 | 36 | 76 | 104 | 52 |
| Binary | 10101101 | 10110011 | 100010 | 11 | 0 | 1010001 | 11110 | 111110 | 1000100 | 101010 |
Color Harmonies of #ADB322
Complementary color
Monochromatic Colors of #ADB322
Black with #ADB322
Text Example
Text Example
White with #ADB322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB322; }
p { color: rgb(173,179,34); }
H1.HeaderClassName
{
color: #ADB322;
}
.AnyTagClassName
{
color: #ADB322;
}
</style>
background-color css
<style>
a { background-color: #ADB322; }
a { background-color: rgb(173,179,34); }
div.DivClassName
{
background-color: #ADB322;
}
.BgClassName
{
background-color: #ADB322;
}
</style>
border-color css
<style>
span { border-color: #ADB322; }
span { border-color: rgb(173,179,34); }
td.TdClassName
{
border-color: #ADB322;
}
.TagClassName
{
border-color: #ADB322;
}
</style>