Shades of Bahia #ADBA2F
Tints of Bahia #ADBA2F
RGB
CMYK
RGB Variations
Color information
#ADBA2F (or 0xADBA2F) is known color: Bahia. HEX triplet: AD, BA and 2F. RGB value is (173,186,47). Sum of RGB (Red+Green+Blue) = 173+186+47=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA2F is #5245D0. Grayscale: #A6A6A6. Windows color (decimal): -5391825 or 3127981. OLE color: 3127981.
HSL color Cylindrical-coordinate representation of color #ADBA2F: hue angle of 65.61º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADBA2F is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 47 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.27 |
| HSL | 65.61º | 0.6% | 0.46% | - |
| HSV(B) | 65.61º | 0.75% | 0.73% | - |
| XYZ | 35.31 | 44.21 | 9.36 | - |
| YUV | 166.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 47 | 0.07 | 0 | 0.75 | 0.27 | 65.61 | 0.6 | 0.46 |
| Hex | AD | BA | 2F | 7 | 0 | 4B | 1B | 42 | 3C | 2E |
| Octal | 255 | 272 | 57 | 7 | 0 | 113 | 33 | 102 | 74 | 56 |
| Binary | 10101101 | 10111010 | 101111 | 111 | 0 | 1001011 | 11011 | 1000010 | 111100 | 101110 |
Color Harmonies of #ADBA2F
Complementary color
Monochromatic Colors of #ADBA2F
Black with #ADBA2F
Text Example
Text Example
White with #ADBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA2F; }
p { color: rgb(173,186,47); }
H1.HeaderClassName
{
color: #ADBA2F;
}
.AnyTagClassName
{
color: #ADBA2F;
}
</style>
background-color css
<style>
a { background-color: #ADBA2F; }
a { background-color: rgb(173,186,47); }
div.DivClassName
{
background-color: #ADBA2F;
}
.BgClassName
{
background-color: #ADBA2F;
}
</style>
border-color css
<style>
span { border-color: #ADBA2F; }
span { border-color: rgb(173,186,47); }
td.TdClassName
{
border-color: #ADBA2F;
}
.TagClassName
{
border-color: #ADBA2F;
}
</style>