Shades of Bahia #ADCD26
Tints of Bahia #ADCD26
RGB
CMYK
RGB Variations
Color information
#ADCD26 (or 0xADCD26) is known color: Bahia. HEX triplet: AD, CD and 26. RGB value is (173,205,38). Sum of RGB (Red+Green+Blue) = 173+205+38=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD26 is #5232D9. Grayscale: #B1B1B1. Windows color (decimal): -5386970 or 2543021. OLE color: 2543021.
HSL color Cylindrical-coordinate representation of color #ADCD26: hue angle of 71.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADCD26 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 38 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.20 |
| HSL | 71.5º | 0.69% | 0.48% | - |
| HSV(B) | 71.5º | 0.81% | 0.8% | - |
| XYZ | 39.41 | 52.69 | 9.93 | - |
| YUV | 176.39 | 49.9 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 38 | 0.16 | 0 | 0.81 | 0.20 | 71.5 | 0.69 | 0.48 |
| Hex | AD | CD | 26 | 10 | 0 | 51 | 14 | 47 | 45 | 30 |
| Octal | 255 | 315 | 46 | 20 | 0 | 121 | 24 | 107 | 105 | 60 |
| Binary | 10101101 | 11001101 | 100110 | 10000 | 0 | 1010001 | 10100 | 1000111 | 1000101 | 110000 |
Color Harmonies of #ADCD26
Complementary color
Monochromatic Colors of #ADCD26
Black with #ADCD26
Text Example
Text Example
White with #ADCD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD26; }
p { color: rgb(173,205,38); }
H1.HeaderClassName
{
color: #ADCD26;
}
.AnyTagClassName
{
color: #ADCD26;
}
</style>
background-color css
<style>
a { background-color: #ADCD26; }
a { background-color: rgb(173,205,38); }
div.DivClassName
{
background-color: #ADCD26;
}
.BgClassName
{
background-color: #ADCD26;
}
</style>
border-color css
<style>
span { border-color: #ADCD26; }
span { border-color: rgb(173,205,38); }
td.TdClassName
{
border-color: #ADCD26;
}
.TagClassName
{
border-color: #ADCD26;
}
</style>