Shades of Bahia #ADC41C
Tints of Bahia #ADC41C
RGB
CMYK
RGB Variations
Color information
#ADC41C (or 0xADC41C) is known color: Bahia. HEX triplet: AD, C4 and 1C. RGB value is (173,196,28). Sum of RGB (Red+Green+Blue) = 173+196+28=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC41C is #523BE3. Grayscale: #AAAAAA. Windows color (decimal): -5389284 or 1885357. OLE color: 1885357.
HSL color Cylindrical-coordinate representation of color #ADC41C: hue angle of 68.21º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC41C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 28 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.23 |
| HSL | 68.21º | 0.75% | 0.44% | - |
| HSV(B) | 68.21º | 0.86% | 0.77% | - |
| XYZ | 37.18 | 48.45 | 8.49 | - |
| YUV | 169.97 | 47.88 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 28 | 0.12 | 0 | 0.86 | 0.23 | 68.21 | 0.75 | 0.44 |
| Hex | AD | C4 | 1C | C | 0 | 56 | 17 | 44 | 4B | 2C |
| Octal | 255 | 304 | 34 | 14 | 0 | 126 | 27 | 104 | 113 | 54 |
| Binary | 10101101 | 11000100 | 11100 | 1100 | 0 | 1010110 | 10111 | 1000100 | 1001011 | 101100 |
Color Harmonies of #ADC41C
Complementary color
Monochromatic Colors of #ADC41C
Black with #ADC41C
Text Example
Text Example
White with #ADC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC41C; }
p { color: rgb(173,196,28); }
H1.HeaderClassName
{
color: #ADC41C;
}
.AnyTagClassName
{
color: #ADC41C;
}
</style>
background-color css
<style>
a { background-color: #ADC41C; }
a { background-color: rgb(173,196,28); }
div.DivClassName
{
background-color: #ADC41C;
}
.BgClassName
{
background-color: #ADC41C;
}
</style>
border-color css
<style>
span { border-color: #ADC41C; }
span { border-color: rgb(173,196,28); }
td.TdClassName
{
border-color: #ADC41C;
}
.TagClassName
{
border-color: #ADC41C;
}
</style>