Shades of Bahia #ADC029
Tints of Bahia #ADC029
RGB
CMYK
RGB Variations
Color information
#ADC029 (or 0xADC029) is known color: Bahia. HEX triplet: AD, C0 and 29. RGB value is (173,192,41). Sum of RGB (Red+Green+Blue) = 173+192+41=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC029 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC029 is #523FD6. Grayscale: #A9A9A9. Windows color (decimal): -5390295 or 2736301. OLE color: 2736301.
HSL color Cylindrical-coordinate representation of color #ADC029: hue angle of 67.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADC029 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 41 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.25 |
| HSL | 67.55º | 0.65% | 0.46% | - |
| HSV(B) | 67.55º | 0.79% | 0.75% | - |
| XYZ | 36.48 | 46.74 | 9.2 | - |
| YUV | 169.11 | 55.71 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 41 | 0.10 | 0 | 0.79 | 0.25 | 67.55 | 0.65 | 0.46 |
| Hex | AD | C0 | 29 | A | 0 | 4F | 19 | 44 | 41 | 2E |
| Octal | 255 | 300 | 51 | 12 | 0 | 117 | 31 | 104 | 101 | 56 |
| Binary | 10101101 | 11000000 | 101001 | 1010 | 0 | 1001111 | 11001 | 1000100 | 1000001 | 101110 |
Color Harmonies of #ADC029
Complementary color
Monochromatic Colors of #ADC029
Black with #ADC029
Text Example
Text Example
White with #ADC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC029; }
p { color: rgb(173,192,41); }
H1.HeaderClassName
{
color: #ADC029;
}
.AnyTagClassName
{
color: #ADC029;
}
</style>
background-color css
<style>
a { background-color: #ADC029; }
a { background-color: rgb(173,192,41); }
div.DivClassName
{
background-color: #ADC029;
}
.BgClassName
{
background-color: #ADC029;
}
</style>
border-color css
<style>
span { border-color: #ADC029; }
span { border-color: rgb(173,192,41); }
td.TdClassName
{
border-color: #ADC029;
}
.TagClassName
{
border-color: #ADC029;
}
</style>