Shades of Bahia #ADBD20
Tints of Bahia #ADBD20
RGB
CMYK
RGB Variations
Color information
#ADBD20 (or 0xADBD20) is known color: Bahia. HEX triplet: AD, BD and 20. RGB value is (173,189,32). Sum of RGB (Red+Green+Blue) = 173+189+32=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD20 is #5242DF. Grayscale: #A6A6A6. Windows color (decimal): -5391072 or 2145709. OLE color: 2145709.
HSL color Cylindrical-coordinate representation of color #ADBD20: hue angle of 66.11º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADBD20 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 32 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.26 |
| HSL | 66.11º | 0.71% | 0.43% | - |
| HSV(B) | 66.11º | 0.83% | 0.74% | - |
| XYZ | 35.69 | 45.38 | 8.25 | - |
| YUV | 166.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 32 | 0.08 | 0 | 0.83 | 0.26 | 66.11 | 0.71 | 0.43 |
| Hex | AD | BD | 20 | 8 | 0 | 53 | 1A | 42 | 47 | 2B |
| Octal | 255 | 275 | 40 | 10 | 0 | 123 | 32 | 102 | 107 | 53 |
| Binary | 10101101 | 10111101 | 100000 | 1000 | 0 | 1010011 | 11010 | 1000010 | 1000111 | 101011 |
Color Harmonies of #ADBD20
Complementary color
Monochromatic Colors of #ADBD20
Black with #ADBD20
Text Example
Text Example
White with #ADBD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD20; }
p { color: rgb(173,189,32); }
H1.HeaderClassName
{
color: #ADBD20;
}
.AnyTagClassName
{
color: #ADBD20;
}
</style>
background-color css
<style>
a { background-color: #ADBD20; }
a { background-color: rgb(173,189,32); }
div.DivClassName
{
background-color: #ADBD20;
}
.BgClassName
{
background-color: #ADBD20;
}
</style>
border-color css
<style>
span { border-color: #ADBD20; }
span { border-color: rgb(173,189,32); }
td.TdClassName
{
border-color: #ADBD20;
}
.TagClassName
{
border-color: #ADBD20;
}
</style>