Shades of Bahia #ADBA2A
Tints of Bahia #ADBA2A
RGB
CMYK
RGB Variations
Color information
#ADBA2A (or 0xADBA2A) is known color: Bahia. HEX triplet: AD, BA and 2A. RGB value is (173,186,42). Sum of RGB (Red+Green+Blue) = 173+186+42=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA2A is #5245D5. Grayscale: #A6A6A6. Windows color (decimal): -5391830 or 2800301. OLE color: 2800301.
HSL color Cylindrical-coordinate representation of color #ADBA2A: hue angle of 65.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADBA2A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 42 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.27 |
| HSL | 65.42º | 0.63% | 0.45% | - |
| HSV(B) | 65.42º | 0.77% | 0.73% | - |
| XYZ | 35.21 | 44.17 | 8.86 | - |
| YUV | 165.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 42 | 0.07 | 0 | 0.77 | 0.27 | 65.42 | 0.63 | 0.45 |
| Hex | AD | BA | 2A | 7 | 0 | 4D | 1B | 41 | 3F | 2D |
| Octal | 255 | 272 | 52 | 7 | 0 | 115 | 33 | 101 | 77 | 55 |
| Binary | 10101101 | 10111010 | 101010 | 111 | 0 | 1001101 | 11011 | 1000001 | 111111 | 101101 |
Color Harmonies of #ADBA2A
Complementary color
Monochromatic Colors of #ADBA2A
Black with #ADBA2A
Text Example
Text Example
White with #ADBA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA2A; }
p { color: rgb(173,186,42); }
H1.HeaderClassName
{
color: #ADBA2A;
}
.AnyTagClassName
{
color: #ADBA2A;
}
</style>
background-color css
<style>
a { background-color: #ADBA2A; }
a { background-color: rgb(173,186,42); }
div.DivClassName
{
background-color: #ADBA2A;
}
.BgClassName
{
background-color: #ADBA2A;
}
</style>
border-color css
<style>
span { border-color: #ADBA2A; }
span { border-color: rgb(173,186,42); }
td.TdClassName
{
border-color: #ADBA2A;
}
.TagClassName
{
border-color: #ADBA2A;
}
</style>