Shades of Bahia #ADB52B
Tints of Bahia #ADB52B
RGB
CMYK
RGB Variations
Color information
#ADB52B (or 0xADB52B) is known color: Bahia. HEX triplet: AD, B5 and 2B. RGB value is (173,181,43). Sum of RGB (Red+Green+Blue) = 173+181+43=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB52B is #524AD4. Grayscale: #A3A3A3. Windows color (decimal): -5393109 or 2864557. OLE color: 2864557.
HSL color Cylindrical-coordinate representation of color #ADB52B: hue angle of 63.48º degrees, saturation: 0.62, 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 #ADB52B is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 43 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.29 |
| HSL | 63.48º | 0.62% | 0.44% | - |
| HSV(B) | 63.48º | 0.76% | 0.71% | - |
| XYZ | 34.19 | 42.11 | 8.61 | - |
| YUV | 162.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 43 | 0.04 | 0 | 0.76 | 0.29 | 63.48 | 0.62 | 0.44 |
| Hex | AD | B5 | 2B | 4 | 0 | 4C | 1D | 3F | 3E | 2C |
| Octal | 255 | 265 | 53 | 4 | 0 | 114 | 35 | 77 | 76 | 54 |
| Binary | 10101101 | 10110101 | 101011 | 100 | 0 | 1001100 | 11101 | 111111 | 111110 | 101100 |
Color Harmonies of #ADB52B
Complementary color
Monochromatic Colors of #ADB52B
Black with #ADB52B
Text Example
Text Example
White with #ADB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB52B; }
p { color: rgb(173,181,43); }
H1.HeaderClassName
{
color: #ADB52B;
}
.AnyTagClassName
{
color: #ADB52B;
}
</style>
background-color css
<style>
a { background-color: #ADB52B; }
a { background-color: rgb(173,181,43); }
div.DivClassName
{
background-color: #ADB52B;
}
.BgClassName
{
background-color: #ADB52B;
}
</style>
border-color css
<style>
span { border-color: #ADB52B; }
span { border-color: rgb(173,181,43); }
td.TdClassName
{
border-color: #ADB52B;
}
.TagClassName
{
border-color: #ADB52B;
}
</style>