Shades of Bahia #ADC428
Tints of Bahia #ADC428
RGB
CMYK
RGB Variations
Color information
#ADC428 (or 0xADC428) is known color: Bahia. HEX triplet: AD, C4 and 28. RGB value is (173,196,40). Sum of RGB (Red+Green+Blue) = 173+196+40=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC428 is #523BD7. Grayscale: #ABABAB. Windows color (decimal): -5389272 or 2671789. OLE color: 2671789.
HSL color Cylindrical-coordinate representation of color #ADC428: hue angle of 68.85º 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 #ADC428 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 40 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.23 |
| HSL | 68.85º | 0.66% | 0.46% | - |
| HSV(B) | 68.85º | 0.8% | 0.77% | - |
| XYZ | 37.36 | 48.52 | 9.4 | - |
| YUV | 171.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 40 | 0.12 | 0 | 0.80 | 0.23 | 68.85 | 0.66 | 0.46 |
| Hex | AD | C4 | 28 | C | 0 | 50 | 17 | 45 | 42 | 2E |
| Octal | 255 | 304 | 50 | 14 | 0 | 120 | 27 | 105 | 102 | 56 |
| Binary | 10101101 | 11000100 | 101000 | 1100 | 0 | 1010000 | 10111 | 1000101 | 1000010 | 101110 |
Color Harmonies of #ADC428
Complementary color
Monochromatic Colors of #ADC428
Black with #ADC428
Text Example
Text Example
White with #ADC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC428; }
p { color: rgb(173,196,40); }
H1.HeaderClassName
{
color: #ADC428;
}
.AnyTagClassName
{
color: #ADC428;
}
</style>
background-color css
<style>
a { background-color: #ADC428; }
a { background-color: rgb(173,196,40); }
div.DivClassName
{
background-color: #ADC428;
}
.BgClassName
{
background-color: #ADC428;
}
</style>
border-color css
<style>
span { border-color: #ADC428; }
span { border-color: rgb(173,196,40); }
td.TdClassName
{
border-color: #ADC428;
}
.TagClassName
{
border-color: #ADC428;
}
</style>