Shades of Bahia #ADC21F
Tints of Bahia #ADC21F
RGB
CMYK
RGB Variations
Color information
#ADC21F (or 0xADC21F) is known color: Bahia. HEX triplet: AD, C2 and 1F. RGB value is (173,194,31). Sum of RGB (Red+Green+Blue) = 173+194+31=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC21F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC21F is #523DE0. Grayscale: #A9A9A9. Windows color (decimal): -5389793 or 2081453. OLE color: 2081453.
HSL color Cylindrical-coordinate representation of color #ADC21F: hue angle of 67.73º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC21F is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 31 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.24 |
| HSL | 67.73º | 0.72% | 0.44% | - |
| HSV(B) | 67.73º | 0.84% | 0.76% | - |
| XYZ | 36.77 | 47.57 | 8.54 | - |
| YUV | 169.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 31 | 0.11 | 0 | 0.84 | 0.24 | 67.73 | 0.72 | 0.44 |
| Hex | AD | C2 | 1F | B | 0 | 54 | 18 | 44 | 48 | 2C |
| Octal | 255 | 302 | 37 | 13 | 0 | 124 | 30 | 104 | 110 | 54 |
| Binary | 10101101 | 11000010 | 11111 | 1011 | 0 | 1010100 | 11000 | 1000100 | 1001000 | 101100 |
Color Harmonies of #ADC21F
Complementary color
Monochromatic Colors of #ADC21F
Black with #ADC21F
Text Example
Text Example
White with #ADC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC21F; }
p { color: rgb(173,194,31); }
H1.HeaderClassName
{
color: #ADC21F;
}
.AnyTagClassName
{
color: #ADC21F;
}
</style>
background-color css
<style>
a { background-color: #ADC21F; }
a { background-color: rgb(173,194,31); }
div.DivClassName
{
background-color: #ADC21F;
}
.BgClassName
{
background-color: #ADC21F;
}
</style>
border-color css
<style>
span { border-color: #ADC21F; }
span { border-color: rgb(173,194,31); }
td.TdClassName
{
border-color: #ADC21F;
}
.TagClassName
{
border-color: #ADC21F;
}
</style>