Shades of Bahia #ADBB13
Tints of Bahia #ADBB13
RGB
CMYK
RGB Variations
Color information
#ADBB13 (or 0xADBB13) is known color: Bahia. HEX triplet: AD, BB and 13. RGB value is (173,187,19). Sum of RGB (Red+Green+Blue) = 173+187+19=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB13 is #5244EC. Grayscale: #A4A4A4. Windows color (decimal): -5391597 or 1293229. OLE color: 1293229.
HSL color Cylindrical-coordinate representation of color #ADBB13: hue angle of 65º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADBB13 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 19 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.27 |
| HSL | 65º | 0.82% | 0.4% | - |
| HSV(B) | 65º | 0.9% | 0.73% | - |
| XYZ | 35.12 | 44.47 | 7.35 | - |
| YUV | 163.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 19 | 0.07 | 0 | 0.90 | 0.27 | 65 | 0.82 | 0.4 |
| Hex | AD | BB | 13 | 7 | 0 | 5A | 1B | 41 | 52 | 28 |
| Octal | 255 | 273 | 23 | 7 | 0 | 132 | 33 | 101 | 122 | 50 |
| Binary | 10101101 | 10111011 | 10011 | 111 | 0 | 1011010 | 11011 | 1000001 | 1010010 | 101000 |
Color Harmonies of #ADBB13
Complementary color
Monochromatic Colors of #ADBB13
Black with #ADBB13
Text Example
Text Example
White with #ADBB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB13; }
p { color: rgb(173,187,19); }
H1.HeaderClassName
{
color: #ADBB13;
}
.AnyTagClassName
{
color: #ADBB13;
}
</style>
background-color css
<style>
a { background-color: #ADBB13; }
a { background-color: rgb(173,187,19); }
div.DivClassName
{
background-color: #ADBB13;
}
.BgClassName
{
background-color: #ADBB13;
}
</style>
border-color css
<style>
span { border-color: #ADBB13; }
span { border-color: rgb(173,187,19); }
td.TdClassName
{
border-color: #ADBB13;
}
.TagClassName
{
border-color: #ADBB13;
}
</style>