Shades of Bahia #ADB52A
Tints of Bahia #ADB52A
RGB
CMYK
RGB Variations
Color information
#ADB52A (or 0xADB52A) is known color: Bahia. HEX triplet: AD, B5 and 2A. RGB value is (173,181,42). Sum of RGB (Red+Green+Blue) = 173+181+42=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB52A is #524AD5. Grayscale: #A3A3A3. Windows color (decimal): -5393110 or 2799021. OLE color: 2799021.
HSL color Cylindrical-coordinate representation of color #ADB52A: hue angle of 63.45º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADB52A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 42 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.29 |
| HSL | 63.45º | 0.62% | 0.44% | - |
| HSV(B) | 63.45º | 0.77% | 0.71% | - |
| XYZ | 34.18 | 42.1 | 8.52 | - |
| YUV | 162.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 42 | 0.04 | 0 | 0.77 | 0.29 | 63.45 | 0.62 | 0.44 |
| Hex | AD | B5 | 2A | 4 | 0 | 4D | 1D | 3F | 3E | 2C |
| Octal | 255 | 265 | 52 | 4 | 0 | 115 | 35 | 77 | 76 | 54 |
| Binary | 10101101 | 10110101 | 101010 | 100 | 0 | 1001101 | 11101 | 111111 | 111110 | 101100 |
Color Harmonies of #ADB52A
Complementary color
Monochromatic Colors of #ADB52A
Black with #ADB52A
Text Example
Text Example
White with #ADB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB52A; }
p { color: rgb(173,181,42); }
H1.HeaderClassName
{
color: #ADB52A;
}
.AnyTagClassName
{
color: #ADB52A;
}
</style>
background-color css
<style>
a { background-color: #ADB52A; }
a { background-color: rgb(173,181,42); }
div.DivClassName
{
background-color: #ADB52A;
}
.BgClassName
{
background-color: #ADB52A;
}
</style>
border-color css
<style>
span { border-color: #ADB52A; }
span { border-color: rgb(173,181,42); }
td.TdClassName
{
border-color: #ADB52A;
}
.TagClassName
{
border-color: #ADB52A;
}
</style>