Shades of Bahia #ADB120
Tints of Bahia #ADB120
RGB
CMYK
RGB Variations
Color information
#ADB120 (or 0xADB120) is known color: Bahia. HEX triplet: AD, B1 and 20. RGB value is (173,177,32). Sum of RGB (Red+Green+Blue) = 173+177+32=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB120 is #524EDF. Grayscale: #9F9F9F. Windows color (decimal): -5394144 or 2142637. OLE color: 2142637.
HSL color Cylindrical-coordinate representation of color #ADB120: hue angle of 61.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADB120 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 32 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.31 |
| HSL | 61.66º | 0.69% | 0.41% | - |
| HSV(B) | 61.66º | 0.82% | 0.69% | - |
| XYZ | 33.22 | 40.43 | 7.42 | - |
| YUV | 159.27 | 56.17 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 32 | 0.02 | 0 | 0.82 | 0.31 | 61.66 | 0.69 | 0.41 |
| Hex | AD | B1 | 20 | 2 | 0 | 52 | 1F | 3E | 45 | 29 |
| Octal | 255 | 261 | 40 | 2 | 0 | 122 | 37 | 76 | 105 | 51 |
| Binary | 10101101 | 10110001 | 100000 | 10 | 0 | 1010010 | 11111 | 111110 | 1000101 | 101001 |
Color Harmonies of #ADB120
Complementary color
Monochromatic Colors of #ADB120
Black with #ADB120
Text Example
Text Example
White with #ADB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB120; }
p { color: rgb(173,177,32); }
H1.HeaderClassName
{
color: #ADB120;
}
.AnyTagClassName
{
color: #ADB120;
}
</style>
background-color css
<style>
a { background-color: #ADB120; }
a { background-color: rgb(173,177,32); }
div.DivClassName
{
background-color: #ADB120;
}
.BgClassName
{
background-color: #ADB120;
}
</style>
border-color css
<style>
span { border-color: #ADB120; }
span { border-color: rgb(173,177,32); }
td.TdClassName
{
border-color: #ADB120;
}
.TagClassName
{
border-color: #ADB120;
}
</style>