Shades of Bahia #ADC11A
Tints of Bahia #ADC11A
RGB
CMYK
RGB Variations
Color information
#ADC11A (or 0xADC11A) is known color: Bahia. HEX triplet: AD, C1 and 1A. RGB value is (173,193,26). Sum of RGB (Red+Green+Blue) = 173+193+26=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC11A is #523EE5. Grayscale: #A8A8A8. Windows color (decimal): -5390054 or 1753517. OLE color: 1753517.
HSL color Cylindrical-coordinate representation of color #ADC11A: hue angle of 67.19º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADC11A is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 26 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.24 |
| HSL | 67.19º | 0.76% | 0.43% | - |
| HSV(B) | 67.19º | 0.87% | 0.76% | - |
| XYZ | 36.49 | 47.1 | 8.15 | - |
| YUV | 167.98 | 47.87 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 26 | 0.10 | 0 | 0.87 | 0.24 | 67.19 | 0.76 | 0.43 |
| Hex | AD | C1 | 1A | A | 0 | 57 | 18 | 43 | 4C | 2B |
| Octal | 255 | 301 | 32 | 12 | 0 | 127 | 30 | 103 | 114 | 53 |
| Binary | 10101101 | 11000001 | 11010 | 1010 | 0 | 1010111 | 11000 | 1000011 | 1001100 | 101011 |
Color Harmonies of #ADC11A
Complementary color
Monochromatic Colors of #ADC11A
Black with #ADC11A
Text Example
Text Example
White with #ADC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC11A; }
p { color: rgb(173,193,26); }
H1.HeaderClassName
{
color: #ADC11A;
}
.AnyTagClassName
{
color: #ADC11A;
}
</style>
background-color css
<style>
a { background-color: #ADC11A; }
a { background-color: rgb(173,193,26); }
div.DivClassName
{
background-color: #ADC11A;
}
.BgClassName
{
background-color: #ADC11A;
}
</style>
border-color css
<style>
span { border-color: #ADC11A; }
span { border-color: rgb(173,193,26); }
td.TdClassName
{
border-color: #ADC11A;
}
.TagClassName
{
border-color: #ADC11A;
}
</style>