Shades of Bahia #ADBA2D
Tints of Bahia #ADBA2D
RGB
CMYK
RGB Variations
Color information
#ADBA2D (or 0xADBA2D) is known color: Bahia. HEX triplet: AD, BA and 2D. RGB value is (173,186,45). Sum of RGB (Red+Green+Blue) = 173+186+45=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA2D is #5245D2. Grayscale: #A6A6A6. Windows color (decimal): -5391827 or 2996909. OLE color: 2996909.
HSL color Cylindrical-coordinate representation of color #ADBA2D: hue angle of 65.53º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADBA2D is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 45 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.27 |
| HSL | 65.53º | 0.61% | 0.45% | - |
| HSV(B) | 65.53º | 0.76% | 0.73% | - |
| XYZ | 35.27 | 44.19 | 9.15 | - |
| YUV | 166.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 45 | 0.07 | 0 | 0.76 | 0.27 | 65.53 | 0.61 | 0.45 |
| Hex | AD | BA | 2D | 7 | 0 | 4C | 1B | 42 | 3D | 2D |
| Octal | 255 | 272 | 55 | 7 | 0 | 114 | 33 | 102 | 75 | 55 |
| Binary | 10101101 | 10111010 | 101101 | 111 | 0 | 1001100 | 11011 | 1000010 | 111101 | 101101 |
Color Harmonies of #ADBA2D
Complementary color
Monochromatic Colors of #ADBA2D
Black with #ADBA2D
Text Example
Text Example
White with #ADBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA2D; }
p { color: rgb(173,186,45); }
H1.HeaderClassName
{
color: #ADBA2D;
}
.AnyTagClassName
{
color: #ADBA2D;
}
</style>
background-color css
<style>
a { background-color: #ADBA2D; }
a { background-color: rgb(173,186,45); }
div.DivClassName
{
background-color: #ADBA2D;
}
.BgClassName
{
background-color: #ADBA2D;
}
</style>
border-color css
<style>
span { border-color: #ADBA2D; }
span { border-color: rgb(173,186,45); }
td.TdClassName
{
border-color: #ADBA2D;
}
.TagClassName
{
border-color: #ADBA2D;
}
</style>