Shades of Bahia #ADBB10
Tints of Bahia #ADBB10
RGB
CMYK
RGB Variations
Color information
#ADBB10 (or 0xADBB10) is known color: Bahia. HEX triplet: AD, BB and 10. RGB value is (173,187,16). Sum of RGB (Red+Green+Blue) = 173+187+16=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB10 is #5244EF. Grayscale: #A3A3A3. Windows color (decimal): -5391600 or 1096621. OLE color: 1096621.
HSL color Cylindrical-coordinate representation of color #ADBB10: hue angle of 64.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADBB10 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 16 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.27 |
| HSL | 64.91º | 0.84% | 0.4% | - |
| HSV(B) | 64.91º | 0.91% | 0.73% | - |
| XYZ | 35.1 | 44.46 | 7.22 | - |
| YUV | 163.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 16 | 0.07 | 0 | 0.91 | 0.27 | 64.91 | 0.84 | 0.4 |
| Hex | AD | BB | 10 | 7 | 0 | 5B | 1B | 41 | 54 | 28 |
| Octal | 255 | 273 | 20 | 7 | 0 | 133 | 33 | 101 | 124 | 50 |
| Binary | 10101101 | 10111011 | 10000 | 111 | 0 | 1011011 | 11011 | 1000001 | 1010100 | 101000 |
Color Harmonies of #ADBB10
Complementary color
Monochromatic Colors of #ADBB10
Black with #ADBB10
Text Example
Text Example
White with #ADBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB10; }
p { color: rgb(173,187,16); }
H1.HeaderClassName
{
color: #ADBB10;
}
.AnyTagClassName
{
color: #ADBB10;
}
</style>
background-color css
<style>
a { background-color: #ADBB10; }
a { background-color: rgb(173,187,16); }
div.DivClassName
{
background-color: #ADBB10;
}
.BgClassName
{
background-color: #ADBB10;
}
</style>
border-color css
<style>
span { border-color: #ADBB10; }
span { border-color: rgb(173,187,16); }
td.TdClassName
{
border-color: #ADBB10;
}
.TagClassName
{
border-color: #ADBB10;
}
</style>