Shades of Bahia #ADCE20
Tints of Bahia #ADCE20
RGB
CMYK
RGB Variations
Color information
#ADCE20 (or 0xADCE20) is known color: Bahia. HEX triplet: AD, CE and 20. RGB value is (173,206,32). Sum of RGB (Red+Green+Blue) = 173+206+32=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE20 is #5231DF. Grayscale: #B0B0B0. Windows color (decimal): -5386720 or 2150061. OLE color: 2150061.
HSL color Cylindrical-coordinate representation of color #ADCE20: hue angle of 71.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADCE20 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 32 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.19 |
| HSL | 71.38º | 0.73% | 0.47% | - |
| HSV(B) | 71.38º | 0.84% | 0.81% | - |
| XYZ | 39.57 | 53.13 | 9.54 | - |
| YUV | 176.3 | 46.57 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 32 | 0.16 | 0 | 0.84 | 0.19 | 71.38 | 0.73 | 0.47 |
| Hex | AD | CE | 20 | 10 | 0 | 54 | 13 | 47 | 49 | 2F |
| Octal | 255 | 316 | 40 | 20 | 0 | 124 | 23 | 107 | 111 | 57 |
| Binary | 10101101 | 11001110 | 100000 | 10000 | 0 | 1010100 | 10011 | 1000111 | 1001001 | 101111 |
Color Harmonies of #ADCE20
Complementary color
Monochromatic Colors of #ADCE20
Black with #ADCE20
Text Example
Text Example
White with #ADCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE20; }
p { color: rgb(173,206,32); }
H1.HeaderClassName
{
color: #ADCE20;
}
.AnyTagClassName
{
color: #ADCE20;
}
</style>
background-color css
<style>
a { background-color: #ADCE20; }
a { background-color: rgb(173,206,32); }
div.DivClassName
{
background-color: #ADCE20;
}
.BgClassName
{
background-color: #ADCE20;
}
</style>
border-color css
<style>
span { border-color: #ADCE20; }
span { border-color: rgb(173,206,32); }
td.TdClassName
{
border-color: #ADCE20;
}
.TagClassName
{
border-color: #ADCE20;
}
</style>