Shades of Bahia #ADC61C
Tints of Bahia #ADC61C
RGB
CMYK
RGB Variations
Color information
#ADC61C (or 0xADC61C) is known color: Bahia. HEX triplet: AD, C6 and 1C. RGB value is (173,198,28). Sum of RGB (Red+Green+Blue) = 173+198+28=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC61C is #5239E3. Grayscale: #ABABAB. Windows color (decimal): -5388772 or 1885869. OLE color: 1885869.
HSL color Cylindrical-coordinate representation of color #ADC61C: hue angle of 68.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC61C is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 28 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.22 |
| HSL | 68.82º | 0.75% | 0.44% | - |
| HSV(B) | 68.82º | 0.86% | 0.78% | - |
| XYZ | 37.64 | 49.36 | 8.64 | - |
| YUV | 171.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 28 | 0.13 | 0 | 0.86 | 0.22 | 68.82 | 0.75 | 0.44 |
| Hex | AD | C6 | 1C | D | 0 | 56 | 16 | 45 | 4B | 2C |
| Octal | 255 | 306 | 34 | 15 | 0 | 126 | 26 | 105 | 113 | 54 |
| Binary | 10101101 | 11000110 | 11100 | 1101 | 0 | 1010110 | 10110 | 1000101 | 1001011 | 101100 |
Color Harmonies of #ADC61C
Complementary color
Monochromatic Colors of #ADC61C
Black with #ADC61C
Text Example
Text Example
White with #ADC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC61C; }
p { color: rgb(173,198,28); }
H1.HeaderClassName
{
color: #ADC61C;
}
.AnyTagClassName
{
color: #ADC61C;
}
</style>
background-color css
<style>
a { background-color: #ADC61C; }
a { background-color: rgb(173,198,28); }
div.DivClassName
{
background-color: #ADC61C;
}
.BgClassName
{
background-color: #ADC61C;
}
</style>
border-color css
<style>
span { border-color: #ADC61C; }
span { border-color: rgb(173,198,28); }
td.TdClassName
{
border-color: #ADC61C;
}
.TagClassName
{
border-color: #ADC61C;
}
</style>