Shades of Bahia #ADB429
Tints of Bahia #ADB429
RGB
CMYK
RGB Variations
Color information
#ADB429 (or 0xADB429) is known color: Bahia. HEX triplet: AD, B4 and 29. RGB value is (173,180,41). Sum of RGB (Red+Green+Blue) = 173+180+41=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB429 is #524BD6. Grayscale: #A2A2A2. Windows color (decimal): -5393367 or 2733229. OLE color: 2733229.
HSL color Cylindrical-coordinate representation of color #ADB429: hue angle of 63.02º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADB429 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 41 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.29 |
| HSL | 63.02º | 0.63% | 0.43% | - |
| HSV(B) | 63.02º | 0.77% | 0.71% | - |
| XYZ | 33.96 | 41.69 | 8.35 | - |
| YUV | 162.06 | 59.68 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 41 | 0.04 | 0 | 0.77 | 0.29 | 63.02 | 0.63 | 0.43 |
| Hex | AD | B4 | 29 | 4 | 0 | 4D | 1D | 3F | 3F | 2B |
| Octal | 255 | 264 | 51 | 4 | 0 | 115 | 35 | 77 | 77 | 53 |
| Binary | 10101101 | 10110100 | 101001 | 100 | 0 | 1001101 | 11101 | 111111 | 111111 | 101011 |
Color Harmonies of #ADB429
Complementary color
Monochromatic Colors of #ADB429
Black with #ADB429
Text Example
Text Example
White with #ADB429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB429; }
p { color: rgb(173,180,41); }
H1.HeaderClassName
{
color: #ADB429;
}
.AnyTagClassName
{
color: #ADB429;
}
</style>
background-color css
<style>
a { background-color: #ADB429; }
a { background-color: rgb(173,180,41); }
div.DivClassName
{
background-color: #ADB429;
}
.BgClassName
{
background-color: #ADB429;
}
</style>
border-color css
<style>
span { border-color: #ADB429; }
span { border-color: rgb(173,180,41); }
td.TdClassName
{
border-color: #ADB429;
}
.TagClassName
{
border-color: #ADB429;
}
</style>