Shades of Bahia #ADB220
Tints of Bahia #ADB220
RGB
CMYK
RGB Variations
Color information
#ADB220 (or 0xADB220) is known color: Bahia. HEX triplet: AD, B2 and 20. RGB value is (173,178,32). Sum of RGB (Red+Green+Blue) = 173+178+32=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB220 is #524DDF. Grayscale: #A0A0A0. Windows color (decimal): -5393888 or 2142893. OLE color: 2142893.
HSL color Cylindrical-coordinate representation of color #ADB220: hue angle of 62.05º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADB220 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 32 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.30 |
| HSL | 62.05º | 0.7% | 0.41% | - |
| HSV(B) | 62.05º | 0.82% | 0.7% | - |
| XYZ | 33.41 | 40.83 | 7.49 | - |
| YUV | 159.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 32 | 0.03 | 0 | 0.82 | 0.30 | 62.05 | 0.7 | 0.41 |
| Hex | AD | B2 | 20 | 3 | 0 | 52 | 1E | 3E | 46 | 29 |
| Octal | 255 | 262 | 40 | 3 | 0 | 122 | 36 | 76 | 106 | 51 |
| Binary | 10101101 | 10110010 | 100000 | 11 | 0 | 1010010 | 11110 | 111110 | 1000110 | 101001 |
Color Harmonies of #ADB220
Complementary color
Monochromatic Colors of #ADB220
Black with #ADB220
Text Example
Text Example
White with #ADB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB220; }
p { color: rgb(173,178,32); }
H1.HeaderClassName
{
color: #ADB220;
}
.AnyTagClassName
{
color: #ADB220;
}
</style>
background-color css
<style>
a { background-color: #ADB220; }
a { background-color: rgb(173,178,32); }
div.DivClassName
{
background-color: #ADB220;
}
.BgClassName
{
background-color: #ADB220;
}
</style>
border-color css
<style>
span { border-color: #ADB220; }
span { border-color: rgb(173,178,32); }
td.TdClassName
{
border-color: #ADB220;
}
.TagClassName
{
border-color: #ADB220;
}
</style>