Shades of Bahia #ADBB14
Tints of Bahia #ADBB14
RGB
CMYK
RGB Variations
Color information
#ADBB14 (or 0xADBB14) is known color: Bahia. HEX triplet: AD, BB and 14. RGB value is (173,187,20). Sum of RGB (Red+Green+Blue) = 173+187+20=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB14 is #5244EB. Grayscale: #A4A4A4. Windows color (decimal): -5391596 or 1358765. OLE color: 1358765.
HSL color Cylindrical-coordinate representation of color #ADBB14: hue angle of 65.03º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADBB14 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 20 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.27 |
| HSL | 65.03º | 0.81% | 0.41% | - |
| HSV(B) | 65.03º | 0.89% | 0.73% | - |
| XYZ | 35.13 | 44.48 | 7.39 | - |
| YUV | 163.78 | 46.86 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 20 | 0.07 | 0 | 0.89 | 0.27 | 65.03 | 0.81 | 0.41 |
| Hex | AD | BB | 14 | 7 | 0 | 59 | 1B | 41 | 51 | 29 |
| Octal | 255 | 273 | 24 | 7 | 0 | 131 | 33 | 101 | 121 | 51 |
| Binary | 10101101 | 10111011 | 10100 | 111 | 0 | 1011001 | 11011 | 1000001 | 1010001 | 101001 |
Color Harmonies of #ADBB14
Complementary color
Monochromatic Colors of #ADBB14
Black with #ADBB14
Text Example
Text Example
White with #ADBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB14; }
p { color: rgb(173,187,20); }
H1.HeaderClassName
{
color: #ADBB14;
}
.AnyTagClassName
{
color: #ADBB14;
}
</style>
background-color css
<style>
a { background-color: #ADBB14; }
a { background-color: rgb(173,187,20); }
div.DivClassName
{
background-color: #ADBB14;
}
.BgClassName
{
background-color: #ADBB14;
}
</style>
border-color css
<style>
span { border-color: #ADBB14; }
span { border-color: rgb(173,187,20); }
td.TdClassName
{
border-color: #ADBB14;
}
.TagClassName
{
border-color: #ADBB14;
}
</style>