Shades of Bahia #ADC329
Tints of Bahia #ADC329
RGB
CMYK
RGB Variations
Color information
#ADC329 (or 0xADC329) is known color: Bahia. HEX triplet: AD, C3 and 29. RGB value is (173,195,41). Sum of RGB (Red+Green+Blue) = 173+195+41=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC329 is #523CD6. Grayscale: #ABABAB. Windows color (decimal): -5389527 or 2737069. OLE color: 2737069.
HSL color Cylindrical-coordinate representation of color #ADC329: hue angle of 68.57º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADC329 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 41 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.24 |
| HSL | 68.57º | 0.65% | 0.46% | - |
| HSV(B) | 68.57º | 0.79% | 0.76% | - |
| XYZ | 37.15 | 48.07 | 9.42 | - |
| YUV | 170.87 | 54.71 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 41 | 0.11 | 0 | 0.79 | 0.24 | 68.57 | 0.65 | 0.46 |
| Hex | AD | C3 | 29 | B | 0 | 4F | 18 | 45 | 41 | 2E |
| Octal | 255 | 303 | 51 | 13 | 0 | 117 | 30 | 105 | 101 | 56 |
| Binary | 10101101 | 11000011 | 101001 | 1011 | 0 | 1001111 | 11000 | 1000101 | 1000001 | 101110 |
Color Harmonies of #ADC329
Complementary color
Monochromatic Colors of #ADC329
Black with #ADC329
Text Example
Text Example
White with #ADC329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC329; }
p { color: rgb(173,195,41); }
H1.HeaderClassName
{
color: #ADC329;
}
.AnyTagClassName
{
color: #ADC329;
}
</style>
background-color css
<style>
a { background-color: #ADC329; }
a { background-color: rgb(173,195,41); }
div.DivClassName
{
background-color: #ADC329;
}
.BgClassName
{
background-color: #ADC329;
}
</style>
border-color css
<style>
span { border-color: #ADC329; }
span { border-color: rgb(173,195,41); }
td.TdClassName
{
border-color: #ADC329;
}
.TagClassName
{
border-color: #ADC329;
}
</style>