Shades of Bahia #ADC21A
Tints of Bahia #ADC21A
RGB
CMYK
RGB Variations
Color information
#ADC21A (or 0xADC21A) is known color: Bahia. HEX triplet: AD, C2 and 1A. RGB value is (173,194,26). Sum of RGB (Red+Green+Blue) = 173+194+26=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC21A is #523DE5. Grayscale: #A9A9A9. Windows color (decimal): -5389798 or 1753773. OLE color: 1753773.
HSL color Cylindrical-coordinate representation of color #ADC21A: hue angle of 67.5º 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 #ADC21A is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 26 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.24 |
| HSL | 67.5º | 0.76% | 0.43% | - |
| HSV(B) | 67.5º | 0.87% | 0.76% | - |
| XYZ | 36.71 | 47.54 | 8.22 | - |
| YUV | 168.57 | 47.54 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 26 | 0.11 | 0 | 0.87 | 0.24 | 67.5 | 0.76 | 0.43 |
| Hex | AD | C2 | 1A | B | 0 | 57 | 18 | 44 | 4C | 2B |
| Octal | 255 | 302 | 32 | 13 | 0 | 127 | 30 | 104 | 114 | 53 |
| Binary | 10101101 | 11000010 | 11010 | 1011 | 0 | 1010111 | 11000 | 1000100 | 1001100 | 101011 |
Color Harmonies of #ADC21A
Complementary color
Monochromatic Colors of #ADC21A
Black with #ADC21A
Text Example
Text Example
White with #ADC21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC21A; }
p { color: rgb(173,194,26); }
H1.HeaderClassName
{
color: #ADC21A;
}
.AnyTagClassName
{
color: #ADC21A;
}
</style>
background-color css
<style>
a { background-color: #ADC21A; }
a { background-color: rgb(173,194,26); }
div.DivClassName
{
background-color: #ADC21A;
}
.BgClassName
{
background-color: #ADC21A;
}
</style>
border-color css
<style>
span { border-color: #ADC21A; }
span { border-color: rgb(173,194,26); }
td.TdClassName
{
border-color: #ADC21A;
}
.TagClassName
{
border-color: #ADC21A;
}
</style>