Shades of Bahia #ADC422
Tints of Bahia #ADC422
RGB
CMYK
RGB Variations
Color information
#ADC422 (or 0xADC422) is known color: Bahia. HEX triplet: AD, C4 and 22. RGB value is (173,196,34). Sum of RGB (Red+Green+Blue) = 173+196+34=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC422 is #523BDD. Grayscale: #ABABAB. Windows color (decimal): -5389278 or 2278573. OLE color: 2278573.
HSL color Cylindrical-coordinate representation of color #ADC422: hue angle of 68.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADC422 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 34 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.23 |
| HSL | 68.52º | 0.7% | 0.45% | - |
| HSV(B) | 68.52º | 0.83% | 0.77% | - |
| XYZ | 37.26 | 48.48 | 8.91 | - |
| YUV | 170.66 | 50.88 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 34 | 0.12 | 0 | 0.83 | 0.23 | 68.52 | 0.7 | 0.45 |
| Hex | AD | C4 | 22 | C | 0 | 53 | 17 | 45 | 46 | 2D |
| Octal | 255 | 304 | 42 | 14 | 0 | 123 | 27 | 105 | 106 | 55 |
| Binary | 10101101 | 11000100 | 100010 | 1100 | 0 | 1010011 | 10111 | 1000101 | 1000110 | 101101 |
Color Harmonies of #ADC422
Complementary color
Monochromatic Colors of #ADC422
Black with #ADC422
Text Example
Text Example
White with #ADC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC422; }
p { color: rgb(173,196,34); }
H1.HeaderClassName
{
color: #ADC422;
}
.AnyTagClassName
{
color: #ADC422;
}
</style>
background-color css
<style>
a { background-color: #ADC422; }
a { background-color: rgb(173,196,34); }
div.DivClassName
{
background-color: #ADC422;
}
.BgClassName
{
background-color: #ADC422;
}
</style>
border-color css
<style>
span { border-color: #ADC422; }
span { border-color: rgb(173,196,34); }
td.TdClassName
{
border-color: #ADC422;
}
.TagClassName
{
border-color: #ADC422;
}
</style>