Shades of Bahia #ADC434
Tints of Bahia #ADC434
RGB
CMYK
RGB Variations
Color information
#ADC434 (or 0xADC434) is known color: Bahia. HEX triplet: AD, C4 and 34. RGB value is (173,196,52). Sum of RGB (Red+Green+Blue) = 173+196+52=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC434 is #523BCB. Grayscale: #ADADAD. Windows color (decimal): -5389260 or 3458221. OLE color: 3458221.
HSL color Cylindrical-coordinate representation of color #ADC434: hue angle of 69.58º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADC434 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 52 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.23 |
| HSL | 69.58º | 0.58% | 0.49% | - |
| HSV(B) | 69.58º | 0.73% | 0.77% | - |
| XYZ | 37.59 | 48.61 | 10.65 | - |
| YUV | 172.71 | 59.88 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 52 | 0.12 | 0 | 0.73 | 0.23 | 69.58 | 0.58 | 0.49 |
| Hex | AD | C4 | 34 | C | 0 | 49 | 17 | 46 | 3A | 31 |
| Octal | 255 | 304 | 64 | 14 | 0 | 111 | 27 | 106 | 72 | 61 |
| Binary | 10101101 | 11000100 | 110100 | 1100 | 0 | 1001001 | 10111 | 1000110 | 111010 | 110001 |
Color Harmonies of #ADC434
Complementary color
Monochromatic Colors of #ADC434
Black with #ADC434
Text Example
Text Example
White with #ADC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC434; }
p { color: rgb(173,196,52); }
H1.HeaderClassName
{
color: #ADC434;
}
.AnyTagClassName
{
color: #ADC434;
}
</style>
background-color css
<style>
a { background-color: #ADC434; }
a { background-color: rgb(173,196,52); }
div.DivClassName
{
background-color: #ADC434;
}
.BgClassName
{
background-color: #ADC434;
}
</style>
border-color css
<style>
span { border-color: #ADC434; }
span { border-color: rgb(173,196,52); }
td.TdClassName
{
border-color: #ADC434;
}
.TagClassName
{
border-color: #ADC434;
}
</style>