Shades of Bahia #ADC824
Tints of Bahia #ADC824
RGB
CMYK
RGB Variations
Color information
#ADC824 (or 0xADC824) is known color: Bahia. HEX triplet: AD, C8 and 24. RGB value is (173,200,36). Sum of RGB (Red+Green+Blue) = 173+200+36=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC824 is #5237DB. Grayscale: #ADADAD. Windows color (decimal): -5388252 or 2410669. OLE color: 2410669.
HSL color Cylindrical-coordinate representation of color #ADC824: hue angle of 69.88º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADC824 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 36 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.22 |
| HSL | 69.88º | 0.69% | 0.46% | - |
| HSV(B) | 69.88º | 0.82% | 0.78% | - |
| XYZ | 38.21 | 50.32 | 9.37 | - |
| YUV | 173.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 36 | 0.14 | 0 | 0.82 | 0.22 | 69.88 | 0.69 | 0.46 |
| Hex | AD | C8 | 24 | E | 0 | 52 | 16 | 46 | 45 | 2E |
| Octal | 255 | 310 | 44 | 16 | 0 | 122 | 26 | 106 | 105 | 56 |
| Binary | 10101101 | 11001000 | 100100 | 1110 | 0 | 1010010 | 10110 | 1000110 | 1000101 | 101110 |
Color Harmonies of #ADC824
Complementary color
Monochromatic Colors of #ADC824
Black with #ADC824
Text Example
Text Example
White with #ADC824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC824; }
p { color: rgb(173,200,36); }
H1.HeaderClassName
{
color: #ADC824;
}
.AnyTagClassName
{
color: #ADC824;
}
</style>
background-color css
<style>
a { background-color: #ADC824; }
a { background-color: rgb(173,200,36); }
div.DivClassName
{
background-color: #ADC824;
}
.BgClassName
{
background-color: #ADC824;
}
</style>
border-color css
<style>
span { border-color: #ADC824; }
span { border-color: rgb(173,200,36); }
td.TdClassName
{
border-color: #ADC824;
}
.TagClassName
{
border-color: #ADC824;
}
</style>