Shades of Bahia #ADB421
Tints of Bahia #ADB421
RGB
CMYK
RGB Variations
Color information
#ADB421 (or 0xADB421) is known color: Bahia. HEX triplet: AD, B4 and 21. RGB value is (173,180,33). Sum of RGB (Red+Green+Blue) = 173+180+33=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB421 is #524BDE. Grayscale: #A1A1A1. Windows color (decimal): -5393375 or 2208941. OLE color: 2208941.
HSL color Cylindrical-coordinate representation of color #ADB421: hue angle of 62.86º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADB421 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 33 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.29 |
| HSL | 62.86º | 0.69% | 0.42% | - |
| HSV(B) | 62.86º | 0.82% | 0.71% | - |
| XYZ | 33.83 | 41.64 | 7.69 | - |
| YUV | 161.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 33 | 0.04 | 0 | 0.82 | 0.29 | 62.86 | 0.69 | 0.42 |
| Hex | AD | B4 | 21 | 4 | 0 | 52 | 1D | 3F | 45 | 2A |
| Octal | 255 | 264 | 41 | 4 | 0 | 122 | 35 | 77 | 105 | 52 |
| Binary | 10101101 | 10110100 | 100001 | 100 | 0 | 1010010 | 11101 | 111111 | 1000101 | 101010 |
Color Harmonies of #ADB421
Complementary color
Monochromatic Colors of #ADB421
Black with #ADB421
Text Example
Text Example
White with #ADB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB421; }
p { color: rgb(173,180,33); }
H1.HeaderClassName
{
color: #ADB421;
}
.AnyTagClassName
{
color: #ADB421;
}
</style>
background-color css
<style>
a { background-color: #ADB421; }
a { background-color: rgb(173,180,33); }
div.DivClassName
{
background-color: #ADB421;
}
.BgClassName
{
background-color: #ADB421;
}
</style>
border-color css
<style>
span { border-color: #ADB421; }
span { border-color: rgb(173,180,33); }
td.TdClassName
{
border-color: #ADB421;
}
.TagClassName
{
border-color: #ADB421;
}
</style>