Shades of Bahia #ADBD10
Tints of Bahia #ADBD10
RGB
CMYK
RGB Variations
Color information
#ADBD10 (or 0xADBD10) is known color: Bahia. HEX triplet: AD, BD and 10. RGB value is (173,189,16). Sum of RGB (Red+Green+Blue) = 173+189+16=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBD10 is #5242EF. Grayscale: #A5A5A5. Windows color (decimal): -5391088 or 1097133. OLE color: 1097133.
HSL color Cylindrical-coordinate representation of color #ADBD10: hue angle of 65.55º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADBD10 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.26 |
| HSL | 65.55º | 0.84% | 0.4% | - |
| HSV(B) | 65.55º | 0.92% | 0.74% | - |
| XYZ | 35.52 | 45.32 | 7.36 | - |
| YUV | 164.49 | 44.2 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 16 | 0.08 | 0 | 0.92 | 0.26 | 65.55 | 0.84 | 0.4 |
| Hex | AD | BD | 10 | 8 | 0 | 5C | 1A | 42 | 54 | 28 |
| Octal | 255 | 275 | 20 | 10 | 0 | 134 | 32 | 102 | 124 | 50 |
| Binary | 10101101 | 10111101 | 10000 | 1000 | 0 | 1011100 | 11010 | 1000010 | 1010100 | 101000 |
Color Harmonies of #ADBD10
Complementary color
Monochromatic Colors of #ADBD10
Black with #ADBD10
Text Example
Text Example
White with #ADBD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD10; }
p { color: rgb(173,189,16); }
H1.HeaderClassName
{
color: #ADBD10;
}
.AnyTagClassName
{
color: #ADBD10;
}
</style>
background-color css
<style>
a { background-color: #ADBD10; }
a { background-color: rgb(173,189,16); }
div.DivClassName
{
background-color: #ADBD10;
}
.BgClassName
{
background-color: #ADBD10;
}
</style>
border-color css
<style>
span { border-color: #ADBD10; }
span { border-color: rgb(173,189,16); }
td.TdClassName
{
border-color: #ADBD10;
}
.TagClassName
{
border-color: #ADBD10;
}
</style>