Shades of Bahia #ADB52D
Tints of Bahia #ADB52D
RGB
CMYK
RGB Variations
Color information
#ADB52D (or 0xADB52D) is known color: Bahia. HEX triplet: AD, B5 and 2D. RGB value is (173,181,45). Sum of RGB (Red+Green+Blue) = 173+181+45=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB52D is #524AD2. Grayscale: #A3A3A3. Windows color (decimal): -5393107 or 2995629. OLE color: 2995629.
HSL color Cylindrical-coordinate representation of color #ADB52D: hue angle of 63.53º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADB52D is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 45 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.29 |
| HSL | 63.53º | 0.6% | 0.44% | - |
| HSV(B) | 63.53º | 0.75% | 0.71% | - |
| XYZ | 34.23 | 42.12 | 8.81 | - |
| YUV | 163.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 45 | 0.04 | 0 | 0.75 | 0.29 | 63.53 | 0.6 | 0.44 |
| Hex | AD | B5 | 2D | 4 | 0 | 4B | 1D | 40 | 3C | 2C |
| Octal | 255 | 265 | 55 | 4 | 0 | 113 | 35 | 100 | 74 | 54 |
| Binary | 10101101 | 10110101 | 101101 | 100 | 0 | 1001011 | 11101 | 1000000 | 111100 | 101100 |
Color Harmonies of #ADB52D
Complementary color
Monochromatic Colors of #ADB52D
Black with #ADB52D
Text Example
Text Example
White with #ADB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB52D; }
p { color: rgb(173,181,45); }
H1.HeaderClassName
{
color: #ADB52D;
}
.AnyTagClassName
{
color: #ADB52D;
}
</style>
background-color css
<style>
a { background-color: #ADB52D; }
a { background-color: rgb(173,181,45); }
div.DivClassName
{
background-color: #ADB52D;
}
.BgClassName
{
background-color: #ADB52D;
}
</style>
border-color css
<style>
span { border-color: #ADB52D; }
span { border-color: rgb(173,181,45); }
td.TdClassName
{
border-color: #ADB52D;
}
.TagClassName
{
border-color: #ADB52D;
}
</style>