Shades of Bahia #ADC51A
Tints of Bahia #ADC51A
RGB
CMYK
RGB Variations
Color information
#ADC51A (or 0xADC51A) is known color: Bahia. HEX triplet: AD, C5 and 1A. RGB value is (173,197,26). Sum of RGB (Red+Green+Blue) = 173+197+26=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC51A is #523AE5. Grayscale: #AAAAAA. Windows color (decimal): -5389030 or 1754541. OLE color: 1754541.
HSL color Cylindrical-coordinate representation of color #ADC51A: hue angle of 68.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADC51A is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 26 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.23 |
| HSL | 68.42º | 0.77% | 0.44% | - |
| HSV(B) | 68.42º | 0.87% | 0.77% | - |
| XYZ | 37.39 | 48.89 | 8.44 | - |
| YUV | 170.33 | 46.55 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 26 | 0.12 | 0 | 0.87 | 0.23 | 68.42 | 0.77 | 0.44 |
| Hex | AD | C5 | 1A | C | 0 | 57 | 17 | 44 | 4D | 2C |
| Octal | 255 | 305 | 32 | 14 | 0 | 127 | 27 | 104 | 115 | 54 |
| Binary | 10101101 | 11000101 | 11010 | 1100 | 0 | 1010111 | 10111 | 1000100 | 1001101 | 101100 |
Color Harmonies of #ADC51A
Complementary color
Monochromatic Colors of #ADC51A
Black with #ADC51A
Text Example
Text Example
White with #ADC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC51A; }
p { color: rgb(173,197,26); }
H1.HeaderClassName
{
color: #ADC51A;
}
.AnyTagClassName
{
color: #ADC51A;
}
</style>
background-color css
<style>
a { background-color: #ADC51A; }
a { background-color: rgb(173,197,26); }
div.DivClassName
{
background-color: #ADC51A;
}
.BgClassName
{
background-color: #ADC51A;
}
</style>
border-color css
<style>
span { border-color: #ADC51A; }
span { border-color: rgb(173,197,26); }
td.TdClassName
{
border-color: #ADC51A;
}
.TagClassName
{
border-color: #ADC51A;
}
</style>