Shades of Bahia #ADBD29
Tints of Bahia #ADBD29
RGB
CMYK
RGB Variations
Color information
#ADBD29 (or 0xADBD29) is known color: Bahia. HEX triplet: AD, BD and 29. RGB value is (173,189,41). Sum of RGB (Red+Green+Blue) = 173+189+41=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD29 is #5242D6. Grayscale: #A7A7A7. Windows color (decimal): -5391063 or 2735533. OLE color: 2735533.
HSL color Cylindrical-coordinate representation of color #ADBD29: hue angle of 66.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADBD29 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 41 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.26 |
| HSL | 66.49º | 0.64% | 0.45% | - |
| HSV(B) | 66.49º | 0.78% | 0.74% | - |
| XYZ | 35.83 | 45.44 | 8.98 | - |
| YUV | 167.34 | 56.7 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 41 | 0.08 | 0 | 0.78 | 0.26 | 66.49 | 0.64 | 0.45 |
| Hex | AD | BD | 29 | 8 | 0 | 4E | 1A | 42 | 40 | 2D |
| Octal | 255 | 275 | 51 | 10 | 0 | 116 | 32 | 102 | 100 | 55 |
| Binary | 10101101 | 10111101 | 101001 | 1000 | 0 | 1001110 | 11010 | 1000010 | 1000000 | 101101 |
Color Harmonies of #ADBD29
Complementary color
Monochromatic Colors of #ADBD29
Black with #ADBD29
Text Example
Text Example
White with #ADBD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD29; }
p { color: rgb(173,189,41); }
H1.HeaderClassName
{
color: #ADBD29;
}
.AnyTagClassName
{
color: #ADBD29;
}
</style>
background-color css
<style>
a { background-color: #ADBD29; }
a { background-color: rgb(173,189,41); }
div.DivClassName
{
background-color: #ADBD29;
}
.BgClassName
{
background-color: #ADBD29;
}
</style>
border-color css
<style>
span { border-color: #ADBD29; }
span { border-color: rgb(173,189,41); }
td.TdClassName
{
border-color: #ADBD29;
}
.TagClassName
{
border-color: #ADBD29;
}
</style>