Shades of Bahia #ADCE29
Tints of Bahia #ADCE29
RGB
CMYK
RGB Variations
Color information
#ADCE29 (or 0xADCE29) is known color: Bahia. HEX triplet: AD, CE and 29. RGB value is (173,206,41). Sum of RGB (Red+Green+Blue) = 173+206+41=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE29 is #5231D6. Grayscale: #B1B1B1. Windows color (decimal): -5386711 or 2739885. OLE color: 2739885.
HSL color Cylindrical-coordinate representation of color #ADCE29: hue angle of 72º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADCE29 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 41 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.19 |
| HSL | 72º | 0.67% | 0.48% | - |
| HSV(B) | 72º | 0.8% | 0.81% | - |
| XYZ | 39.71 | 53.19 | 10.27 | - |
| YUV | 177.32 | 51.07 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 41 | 0.16 | 0 | 0.80 | 0.19 | 72 | 0.67 | 0.48 |
| Hex | AD | CE | 29 | 10 | 0 | 50 | 13 | 48 | 43 | 30 |
| Octal | 255 | 316 | 51 | 20 | 0 | 120 | 23 | 110 | 103 | 60 |
| Binary | 10101101 | 11001110 | 101001 | 10000 | 0 | 1010000 | 10011 | 1001000 | 1000011 | 110000 |
Color Harmonies of #ADCE29
Complementary color
Monochromatic Colors of #ADCE29
Black with #ADCE29
Text Example
Text Example
White with #ADCE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE29; }
p { color: rgb(173,206,41); }
H1.HeaderClassName
{
color: #ADCE29;
}
.AnyTagClassName
{
color: #ADCE29;
}
</style>
background-color css
<style>
a { background-color: #ADCE29; }
a { background-color: rgb(173,206,41); }
div.DivClassName
{
background-color: #ADCE29;
}
.BgClassName
{
background-color: #ADCE29;
}
</style>
border-color css
<style>
span { border-color: #ADCE29; }
span { border-color: rgb(173,206,41); }
td.TdClassName
{
border-color: #ADCE29;
}
.TagClassName
{
border-color: #ADCE29;
}
</style>