Shades of Bahia #ADBA31
Tints of Bahia #ADBA31
RGB
CMYK
RGB Variations
Color information
#ADBA31 (or 0xADBA31) is known color: Bahia. HEX triplet: AD, BA and 31. RGB value is (173,186,49). Sum of RGB (Red+Green+Blue) = 173+186+49=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA31 is #5245CE. Grayscale: #A7A7A7. Windows color (decimal): -5391823 or 3259053. OLE color: 3259053.
HSL color Cylindrical-coordinate representation of color #ADBA31: hue angle of 65.69º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADBA31 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 49 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.27 |
| HSL | 65.69º | 0.58% | 0.46% | - |
| HSV(B) | 65.69º | 0.74% | 0.73% | - |
| XYZ | 35.35 | 44.22 | 9.58 | - |
| YUV | 166.5 | 61.69 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 49 | 0.07 | 0 | 0.74 | 0.27 | 65.69 | 0.58 | 0.46 |
| Hex | AD | BA | 31 | 7 | 0 | 4A | 1B | 42 | 3A | 2E |
| Octal | 255 | 272 | 61 | 7 | 0 | 112 | 33 | 102 | 72 | 56 |
| Binary | 10101101 | 10111010 | 110001 | 111 | 0 | 1001010 | 11011 | 1000010 | 111010 | 101110 |
Color Harmonies of #ADBA31
Complementary color
Monochromatic Colors of #ADBA31
Black with #ADBA31
Text Example
Text Example
White with #ADBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA31; }
p { color: rgb(173,186,49); }
H1.HeaderClassName
{
color: #ADBA31;
}
.AnyTagClassName
{
color: #ADBA31;
}
</style>
background-color css
<style>
a { background-color: #ADBA31; }
a { background-color: rgb(173,186,49); }
div.DivClassName
{
background-color: #ADBA31;
}
.BgClassName
{
background-color: #ADBA31;
}
</style>
border-color css
<style>
span { border-color: #ADBA31; }
span { border-color: rgb(173,186,49); }
td.TdClassName
{
border-color: #ADBA31;
}
.TagClassName
{
border-color: #ADBA31;
}
</style>