Shades of Bahia #ADC52B
Tints of Bahia #ADC52B
RGB
CMYK
RGB Variations
Color information
#ADC52B (or 0xADC52B) is known color: Bahia. HEX triplet: AD, C5 and 2B. RGB value is (173,197,43). Sum of RGB (Red+Green+Blue) = 173+197+43=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC52B is #523AD4. Grayscale: #ACACAC. Windows color (decimal): -5389013 or 2868653. OLE color: 2868653.
HSL color Cylindrical-coordinate representation of color #ADC52B: hue angle of 69.35º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADC52B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 43 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.23 |
| HSL | 69.35º | 0.64% | 0.47% | - |
| HSV(B) | 69.35º | 0.78% | 0.77% | - |
| XYZ | 37.64 | 48.99 | 9.76 | - |
| YUV | 172.27 | 55.05 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 43 | 0.12 | 0 | 0.78 | 0.23 | 69.35 | 0.64 | 0.47 |
| Hex | AD | C5 | 2B | C | 0 | 4E | 17 | 45 | 40 | 2F |
| Octal | 255 | 305 | 53 | 14 | 0 | 116 | 27 | 105 | 100 | 57 |
| Binary | 10101101 | 11000101 | 101011 | 1100 | 0 | 1001110 | 10111 | 1000101 | 1000000 | 101111 |
Color Harmonies of #ADC52B
Complementary color
Monochromatic Colors of #ADC52B
Black with #ADC52B
Text Example
Text Example
White with #ADC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC52B; }
p { color: rgb(173,197,43); }
H1.HeaderClassName
{
color: #ADC52B;
}
.AnyTagClassName
{
color: #ADC52B;
}
</style>
background-color css
<style>
a { background-color: #ADC52B; }
a { background-color: rgb(173,197,43); }
div.DivClassName
{
background-color: #ADC52B;
}
.BgClassName
{
background-color: #ADC52B;
}
</style>
border-color css
<style>
span { border-color: #ADC52B; }
span { border-color: rgb(173,197,43); }
td.TdClassName
{
border-color: #ADC52B;
}
.TagClassName
{
border-color: #ADC52B;
}
</style>