Shades of Bahia #ADBC26
Tints of Bahia #ADBC26
RGB
CMYK
RGB Variations
Color information
#ADBC26 (or 0xADBC26) is known color: Bahia. HEX triplet: AD, BC and 26. RGB value is (173,188,38). Sum of RGB (Red+Green+Blue) = 173+188+38=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC26 is #5243D9. Grayscale: #A7A7A7. Windows color (decimal): -5391322 or 2538669. OLE color: 2538669.
HSL color Cylindrical-coordinate representation of color #ADBC26: hue angle of 66º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADBC26 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 38 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.26 |
| HSL | 66º | 0.66% | 0.44% | - |
| HSV(B) | 66º | 0.8% | 0.74% | - |
| XYZ | 35.57 | 44.99 | 8.64 | - |
| YUV | 166.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 38 | 0.08 | 0 | 0.80 | 0.26 | 66 | 0.66 | 0.44 |
| Hex | AD | BC | 26 | 8 | 0 | 50 | 1A | 42 | 42 | 2C |
| Octal | 255 | 274 | 46 | 10 | 0 | 120 | 32 | 102 | 102 | 54 |
| Binary | 10101101 | 10111100 | 100110 | 1000 | 0 | 1010000 | 11010 | 1000010 | 1000010 | 101100 |
Color Harmonies of #ADBC26
Complementary color
Monochromatic Colors of #ADBC26
Black with #ADBC26
Text Example
Text Example
White with #ADBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC26; }
p { color: rgb(173,188,38); }
H1.HeaderClassName
{
color: #ADBC26;
}
.AnyTagClassName
{
color: #ADBC26;
}
</style>
background-color css
<style>
a { background-color: #ADBC26; }
a { background-color: rgb(173,188,38); }
div.DivClassName
{
background-color: #ADBC26;
}
.BgClassName
{
background-color: #ADBC26;
}
</style>
border-color css
<style>
span { border-color: #ADBC26; }
span { border-color: rgb(173,188,38); }
td.TdClassName
{
border-color: #ADBC26;
}
.TagClassName
{
border-color: #ADBC26;
}
</style>