Shades of Bahia #ADBD11
Tints of Bahia #ADBD11
RGB
CMYK
RGB Variations
Color information
#ADBD11 (or 0xADBD11) is known color: Bahia. HEX triplet: AD, BD and 11. RGB value is (173,189,17). Sum of RGB (Red+Green+Blue) = 173+189+17=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBD11 is #5242EE. Grayscale: #A5A5A5. Windows color (decimal): -5391087 or 1162669. OLE color: 1162669.
HSL color Cylindrical-coordinate representation of color #ADBD11: hue angle of 65.58º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADBD11 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 17 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.26 |
| HSL | 65.58º | 0.83% | 0.4% | - |
| HSV(B) | 65.58º | 0.91% | 0.74% | - |
| XYZ | 35.53 | 45.32 | 7.41 | - |
| YUV | 164.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 17 | 0.08 | 0 | 0.91 | 0.26 | 65.58 | 0.83 | 0.4 |
| Hex | AD | BD | 11 | 8 | 0 | 5B | 1A | 42 | 53 | 28 |
| Octal | 255 | 275 | 21 | 10 | 0 | 133 | 32 | 102 | 123 | 50 |
| Binary | 10101101 | 10111101 | 10001 | 1000 | 0 | 1011011 | 11010 | 1000010 | 1010011 | 101000 |
Color Harmonies of #ADBD11
Complementary color
Monochromatic Colors of #ADBD11
Black with #ADBD11
Text Example
Text Example
White with #ADBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD11; }
p { color: rgb(173,189,17); }
H1.HeaderClassName
{
color: #ADBD11;
}
.AnyTagClassName
{
color: #ADBD11;
}
</style>
background-color css
<style>
a { background-color: #ADBD11; }
a { background-color: rgb(173,189,17); }
div.DivClassName
{
background-color: #ADBD11;
}
.BgClassName
{
background-color: #ADBD11;
}
</style>
border-color css
<style>
span { border-color: #ADBD11; }
span { border-color: rgb(173,189,17); }
td.TdClassName
{
border-color: #ADBD11;
}
.TagClassName
{
border-color: #ADBD11;
}
</style>