Shades of Bahia #ADC632
Tints of Bahia #ADC632
RGB
CMYK
RGB Variations
Color information
#ADC632 (or 0xADC632) is known color: Bahia. HEX triplet: AD, C6 and 32. RGB value is (173,198,50). Sum of RGB (Red+Green+Blue) = 173+198+50=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC632 is #5239CD. Grayscale: #AEAEAE. Windows color (decimal): -5388750 or 3327661. OLE color: 3327661.
HSL color Cylindrical-coordinate representation of color #ADC632: hue angle of 70.14º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADC632 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 50 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.22 |
| HSL | 70.14º | 0.6% | 0.49% | - |
| HSV(B) | 70.14º | 0.75% | 0.78% | - |
| XYZ | 38 | 49.5 | 10.57 | - |
| YUV | 173.65 | 58.22 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 50 | 0.13 | 0 | 0.75 | 0.22 | 70.14 | 0.6 | 0.49 |
| Hex | AD | C6 | 32 | D | 0 | 4B | 16 | 46 | 3C | 31 |
| Octal | 255 | 306 | 62 | 15 | 0 | 113 | 26 | 106 | 74 | 61 |
| Binary | 10101101 | 11000110 | 110010 | 1101 | 0 | 1001011 | 10110 | 1000110 | 111100 | 110001 |
Color Harmonies of #ADC632
Complementary color
Monochromatic Colors of #ADC632
Black with #ADC632
Text Example
Text Example
White with #ADC632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC632; }
p { color: rgb(173,198,50); }
H1.HeaderClassName
{
color: #ADC632;
}
.AnyTagClassName
{
color: #ADC632;
}
</style>
background-color css
<style>
a { background-color: #ADC632; }
a { background-color: rgb(173,198,50); }
div.DivClassName
{
background-color: #ADC632;
}
.BgClassName
{
background-color: #ADC632;
}
</style>
border-color css
<style>
span { border-color: #ADC632; }
span { border-color: rgb(173,198,50); }
td.TdClassName
{
border-color: #ADC632;
}
.TagClassName
{
border-color: #ADC632;
}
</style>