Shades of Bahia #ADCE26
Tints of Bahia #ADCE26
RGB
CMYK
RGB Variations
Color information
#ADCE26 (or 0xADCE26) is known color: Bahia. HEX triplet: AD, CE and 26. RGB value is (173,206,38). Sum of RGB (Red+Green+Blue) = 173+206+38=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE26 is #5231D9. Grayscale: #B1B1B1. Windows color (decimal): -5386714 or 2543277. OLE color: 2543277.
HSL color Cylindrical-coordinate representation of color #ADCE26: hue angle of 71.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADCE26 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 38 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.19 |
| HSL | 71.79º | 0.69% | 0.48% | - |
| HSV(B) | 71.79º | 0.82% | 0.81% | - |
| XYZ | 39.65 | 53.17 | 10.01 | - |
| YUV | 176.98 | 49.57 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 38 | 0.16 | 0 | 0.82 | 0.19 | 71.79 | 0.69 | 0.48 |
| Hex | AD | CE | 26 | 10 | 0 | 52 | 13 | 48 | 45 | 30 |
| Octal | 255 | 316 | 46 | 20 | 0 | 122 | 23 | 110 | 105 | 60 |
| Binary | 10101101 | 11001110 | 100110 | 10000 | 0 | 1010010 | 10011 | 1001000 | 1000101 | 110000 |
Color Harmonies of #ADCE26
Complementary color
Monochromatic Colors of #ADCE26
Black with #ADCE26
Text Example
Text Example
White with #ADCE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE26; }
p { color: rgb(173,206,38); }
H1.HeaderClassName
{
color: #ADCE26;
}
.AnyTagClassName
{
color: #ADCE26;
}
</style>
background-color css
<style>
a { background-color: #ADCE26; }
a { background-color: rgb(173,206,38); }
div.DivClassName
{
background-color: #ADCE26;
}
.BgClassName
{
background-color: #ADCE26;
}
</style>
border-color css
<style>
span { border-color: #ADCE26; }
span { border-color: rgb(173,206,38); }
td.TdClassName
{
border-color: #ADCE26;
}
.TagClassName
{
border-color: #ADCE26;
}
</style>