Shades of Bahia #ADC21B
Tints of Bahia #ADC21B
RGB
CMYK
RGB Variations
Color information
#ADC21B (or 0xADC21B) is known color: Bahia. HEX triplet: AD, C2 and 1B. RGB value is (173,194,27). Sum of RGB (Red+Green+Blue) = 173+194+27=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC21B is #523DE4. Grayscale: #A9A9A9. Windows color (decimal): -5389797 or 1819309. OLE color: 1819309.
HSL color Cylindrical-coordinate representation of color #ADC21B: hue angle of 67.54º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC21B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 27 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.24 |
| HSL | 67.54º | 0.76% | 0.43% | - |
| HSV(B) | 67.54º | 0.86% | 0.76% | - |
| XYZ | 36.72 | 47.55 | 8.28 | - |
| YUV | 168.68 | 48.04 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 27 | 0.11 | 0 | 0.86 | 0.24 | 67.54 | 0.76 | 0.43 |
| Hex | AD | C2 | 1B | B | 0 | 56 | 18 | 44 | 4C | 2B |
| Octal | 255 | 302 | 33 | 13 | 0 | 126 | 30 | 104 | 114 | 53 |
| Binary | 10101101 | 11000010 | 11011 | 1011 | 0 | 1010110 | 11000 | 1000100 | 1001100 | 101011 |
Color Harmonies of #ADC21B
Complementary color
Monochromatic Colors of #ADC21B
Black with #ADC21B
Text Example
Text Example
White with #ADC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC21B; }
p { color: rgb(173,194,27); }
H1.HeaderClassName
{
color: #ADC21B;
}
.AnyTagClassName
{
color: #ADC21B;
}
</style>
background-color css
<style>
a { background-color: #ADC21B; }
a { background-color: rgb(173,194,27); }
div.DivClassName
{
background-color: #ADC21B;
}
.BgClassName
{
background-color: #ADC21B;
}
</style>
border-color css
<style>
span { border-color: #ADC21B; }
span { border-color: rgb(173,194,27); }
td.TdClassName
{
border-color: #ADC21B;
}
.TagClassName
{
border-color: #ADC21B;
}
</style>