Shades of Bahia #ADB52C
Tints of Bahia #ADB52C
RGB
CMYK
RGB Variations
Color information
#ADB52C (or 0xADB52C) is known color: Bahia. HEX triplet: AD, B5 and 2C. RGB value is (173,181,44). Sum of RGB (Red+Green+Blue) = 173+181+44=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB52C is #524AD3. Grayscale: #A3A3A3. Windows color (decimal): -5393108 or 2930093. OLE color: 2930093.
HSL color Cylindrical-coordinate representation of color #ADB52C: hue angle of 63.5º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADB52C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 44 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.29 |
| HSL | 63.5º | 0.61% | 0.44% | - |
| HSV(B) | 63.5º | 0.76% | 0.71% | - |
| XYZ | 34.21 | 42.11 | 8.71 | - |
| YUV | 162.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 44 | 0.04 | 0 | 0.76 | 0.29 | 63.5 | 0.61 | 0.44 |
| Hex | AD | B5 | 2C | 4 | 0 | 4C | 1D | 40 | 3D | 2C |
| Octal | 255 | 265 | 54 | 4 | 0 | 114 | 35 | 100 | 75 | 54 |
| Binary | 10101101 | 10110101 | 101100 | 100 | 0 | 1001100 | 11101 | 1000000 | 111101 | 101100 |
Color Harmonies of #ADB52C
Complementary color
Monochromatic Colors of #ADB52C
Black with #ADB52C
Text Example
Text Example
White with #ADB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB52C; }
p { color: rgb(173,181,44); }
H1.HeaderClassName
{
color: #ADB52C;
}
.AnyTagClassName
{
color: #ADB52C;
}
</style>
background-color css
<style>
a { background-color: #ADB52C; }
a { background-color: rgb(173,181,44); }
div.DivClassName
{
background-color: #ADB52C;
}
.BgClassName
{
background-color: #ADB52C;
}
</style>
border-color css
<style>
span { border-color: #ADB52C; }
span { border-color: rgb(173,181,44); }
td.TdClassName
{
border-color: #ADB52C;
}
.TagClassName
{
border-color: #ADB52C;
}
</style>