Shades of Bahia #ADC823
Tints of Bahia #ADC823
RGB
CMYK
RGB Variations
Color information
#ADC823 (or 0xADC823) is known color: Bahia. HEX triplet: AD, C8 and 23. RGB value is (173,200,35). Sum of RGB (Red+Green+Blue) = 173+200+35=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC823 is #5237DC. Grayscale: #ADADAD. Windows color (decimal): -5388253 or 2345133. OLE color: 2345133.
HSL color Cylindrical-coordinate representation of color #ADC823: hue angle of 69.82º degrees, saturation: 0.7, 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 #ADC823 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 35 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.22 |
| HSL | 69.82º | 0.7% | 0.46% | - |
| HSV(B) | 69.82º | 0.83% | 0.78% | - |
| XYZ | 38.19 | 50.31 | 9.29 | - |
| YUV | 173.12 | 50.05 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 35 | 0.14 | 0 | 0.82 | 0.22 | 69.82 | 0.7 | 0.46 |
| Hex | AD | C8 | 23 | E | 0 | 52 | 16 | 46 | 46 | 2E |
| Octal | 255 | 310 | 43 | 16 | 0 | 122 | 26 | 106 | 106 | 56 |
| Binary | 10101101 | 11001000 | 100011 | 1110 | 0 | 1010010 | 10110 | 1000110 | 1000110 | 101110 |
Color Harmonies of #ADC823
Complementary color
Monochromatic Colors of #ADC823
Black with #ADC823
Text Example
Text Example
White with #ADC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC823; }
p { color: rgb(173,200,35); }
H1.HeaderClassName
{
color: #ADC823;
}
.AnyTagClassName
{
color: #ADC823;
}
</style>
background-color css
<style>
a { background-color: #ADC823; }
a { background-color: rgb(173,200,35); }
div.DivClassName
{
background-color: #ADC823;
}
.BgClassName
{
background-color: #ADC823;
}
</style>
border-color css
<style>
span { border-color: #ADC823; }
span { border-color: rgb(173,200,35); }
td.TdClassName
{
border-color: #ADC823;
}
.TagClassName
{
border-color: #ADC823;
}
</style>