Shades of Bahia #ADBA15
Tints of Bahia #ADBA15
RGB
CMYK
RGB Variations
Color information
#ADBA15 (or 0xADBA15) is known color: Bahia. HEX triplet: AD, BA and 15. RGB value is (173,186,21). Sum of RGB (Red+Green+Blue) = 173+186+21=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA15 is #5245EA. Grayscale: #A3A3A3. Windows color (decimal): -5391851 or 1424045. OLE color: 1424045.
HSL color Cylindrical-coordinate representation of color #ADBA15: hue angle of 64.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADBA15 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 21 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.27 |
| HSL | 64.73º | 0.8% | 0.41% | - |
| HSV(B) | 64.73º | 0.89% | 0.73% | - |
| XYZ | 34.93 | 44.06 | 7.37 | - |
| YUV | 163.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 21 | 0.07 | 0 | 0.89 | 0.27 | 64.73 | 0.8 | 0.41 |
| Hex | AD | BA | 15 | 7 | 0 | 59 | 1B | 41 | 50 | 29 |
| Octal | 255 | 272 | 25 | 7 | 0 | 131 | 33 | 101 | 120 | 51 |
| Binary | 10101101 | 10111010 | 10101 | 111 | 0 | 1011001 | 11011 | 1000001 | 1010000 | 101001 |
Color Harmonies of #ADBA15
Complementary color
Monochromatic Colors of #ADBA15
Black with #ADBA15
Text Example
Text Example
White with #ADBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA15; }
p { color: rgb(173,186,21); }
H1.HeaderClassName
{
color: #ADBA15;
}
.AnyTagClassName
{
color: #ADBA15;
}
</style>
background-color css
<style>
a { background-color: #ADBA15; }
a { background-color: rgb(173,186,21); }
div.DivClassName
{
background-color: #ADBA15;
}
.BgClassName
{
background-color: #ADBA15;
}
</style>
border-color css
<style>
span { border-color: #ADBA15; }
span { border-color: rgb(173,186,21); }
td.TdClassName
{
border-color: #ADBA15;
}
.TagClassName
{
border-color: #ADBA15;
}
</style>