Shades of Bahia #ADBA12
Tints of Bahia #ADBA12
RGB
CMYK
RGB Variations
Color information
#ADBA12 (or 0xADBA12) is known color: Bahia. HEX triplet: AD, BA and 12. RGB value is (173,186,18). Sum of RGB (Red+Green+Blue) = 173+186+18=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA12 is #5245ED. Grayscale: #A3A3A3. Windows color (decimal): -5391854 or 1227437. OLE color: 1227437.
HSL color Cylindrical-coordinate representation of color #ADBA12: hue angle of 64.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADBA12 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 18 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.27 |
| HSL | 64.64º | 0.82% | 0.4% | - |
| HSV(B) | 64.64º | 0.9% | 0.73% | - |
| XYZ | 34.9 | 44.05 | 7.23 | - |
| YUV | 162.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 18 | 0.07 | 0 | 0.90 | 0.27 | 64.64 | 0.82 | 0.4 |
| Hex | AD | BA | 12 | 7 | 0 | 5A | 1B | 41 | 52 | 28 |
| Octal | 255 | 272 | 22 | 7 | 0 | 132 | 33 | 101 | 122 | 50 |
| Binary | 10101101 | 10111010 | 10010 | 111 | 0 | 1011010 | 11011 | 1000001 | 1010010 | 101000 |
Color Harmonies of #ADBA12
Complementary color
Monochromatic Colors of #ADBA12
Black with #ADBA12
Text Example
Text Example
White with #ADBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA12; }
p { color: rgb(173,186,18); }
H1.HeaderClassName
{
color: #ADBA12;
}
.AnyTagClassName
{
color: #ADBA12;
}
</style>
background-color css
<style>
a { background-color: #ADBA12; }
a { background-color: rgb(173,186,18); }
div.DivClassName
{
background-color: #ADBA12;
}
.BgClassName
{
background-color: #ADBA12;
}
</style>
border-color css
<style>
span { border-color: #ADBA12; }
span { border-color: rgb(173,186,18); }
td.TdClassName
{
border-color: #ADBA12;
}
.TagClassName
{
border-color: #ADBA12;
}
</style>