Shades of Bahia #ADC528
Tints of Bahia #ADC528
RGB
CMYK
RGB Variations
Color information
#ADC528 (or 0xADC528) is known color: Bahia. HEX triplet: AD, C5 and 28. RGB value is (173,197,40). Sum of RGB (Red+Green+Blue) = 173+197+40=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC528 is #523AD7. Grayscale: #ACACAC. Windows color (decimal): -5389016 or 2672045. OLE color: 2672045.
HSL color Cylindrical-coordinate representation of color #ADC528: hue angle of 69.17º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADC528 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 40 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.23 |
| HSL | 69.17º | 0.66% | 0.46% | - |
| HSV(B) | 69.17º | 0.8% | 0.77% | - |
| XYZ | 37.58 | 48.97 | 9.48 | - |
| YUV | 171.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 40 | 0.12 | 0 | 0.80 | 0.23 | 69.17 | 0.66 | 0.46 |
| Hex | AD | C5 | 28 | C | 0 | 50 | 17 | 45 | 42 | 2E |
| Octal | 255 | 305 | 50 | 14 | 0 | 120 | 27 | 105 | 102 | 56 |
| Binary | 10101101 | 11000101 | 101000 | 1100 | 0 | 1010000 | 10111 | 1000101 | 1000010 | 101110 |
Color Harmonies of #ADC528
Complementary color
Monochromatic Colors of #ADC528
Black with #ADC528
Text Example
Text Example
White with #ADC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC528; }
p { color: rgb(173,197,40); }
H1.HeaderClassName
{
color: #ADC528;
}
.AnyTagClassName
{
color: #ADC528;
}
</style>
background-color css
<style>
a { background-color: #ADC528; }
a { background-color: rgb(173,197,40); }
div.DivClassName
{
background-color: #ADC528;
}
.BgClassName
{
background-color: #ADC528;
}
</style>
border-color css
<style>
span { border-color: #ADC528; }
span { border-color: rgb(173,197,40); }
td.TdClassName
{
border-color: #ADC528;
}
.TagClassName
{
border-color: #ADC528;
}
</style>