Shades of Bahia #ADC631
Tints of Bahia #ADC631
RGB
CMYK
RGB Variations
Color information
#ADC631 (or 0xADC631) is known color: Bahia. HEX triplet: AD, C6 and 31. RGB value is (173,198,49). Sum of RGB (Red+Green+Blue) = 173+198+49=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC631 is #5239CE. Grayscale: #AEAEAE. Windows color (decimal): -5388751 or 3262125. OLE color: 3262125.
HSL color Cylindrical-coordinate representation of color #ADC631: hue angle of 70.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADC631 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 49 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.22 |
| HSL | 70.07º | 0.6% | 0.48% | - |
| HSV(B) | 70.07º | 0.75% | 0.78% | - |
| XYZ | 37.98 | 49.49 | 10.46 | - |
| YUV | 173.54 | 57.72 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 49 | 0.13 | 0 | 0.75 | 0.22 | 70.07 | 0.6 | 0.48 |
| Hex | AD | C6 | 31 | D | 0 | 4B | 16 | 46 | 3C | 30 |
| Octal | 255 | 306 | 61 | 15 | 0 | 113 | 26 | 106 | 74 | 60 |
| Binary | 10101101 | 11000110 | 110001 | 1101 | 0 | 1001011 | 10110 | 1000110 | 111100 | 110000 |
Color Harmonies of #ADC631
Complementary color
Monochromatic Colors of #ADC631
Black with #ADC631
Text Example
Text Example
White with #ADC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC631; }
p { color: rgb(173,198,49); }
H1.HeaderClassName
{
color: #ADC631;
}
.AnyTagClassName
{
color: #ADC631;
}
</style>
background-color css
<style>
a { background-color: #ADC631; }
a { background-color: rgb(173,198,49); }
div.DivClassName
{
background-color: #ADC631;
}
.BgClassName
{
background-color: #ADC631;
}
</style>
border-color css
<style>
span { border-color: #ADC631; }
span { border-color: rgb(173,198,49); }
td.TdClassName
{
border-color: #ADC631;
}
.TagClassName
{
border-color: #ADC631;
}
</style>