Shades of Bahia #ADBF1E
Tints of Bahia #ADBF1E
RGB
CMYK
RGB Variations
Color information
#ADBF1E (or 0xADBF1E) is known color: Bahia. HEX triplet: AD, BF and 1E. RGB value is (173,191,30). Sum of RGB (Red+Green+Blue) = 173+191+30=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF1E is #5240E1. Grayscale: #A7A7A7. Windows color (decimal): -5390562 or 2015149. OLE color: 2015149.
HSL color Cylindrical-coordinate representation of color #ADBF1E: hue angle of 66.71º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADBF1E is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 30 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.25 |
| HSL | 66.71º | 0.73% | 0.43% | - |
| HSV(B) | 66.71º | 0.84% | 0.75% | - |
| XYZ | 36.1 | 46.24 | 8.25 | - |
| YUV | 167.26 | 50.54 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 30 | 0.09 | 0 | 0.84 | 0.25 | 66.71 | 0.73 | 0.43 |
| Hex | AD | BF | 1E | 9 | 0 | 54 | 19 | 43 | 49 | 2B |
| Octal | 255 | 277 | 36 | 11 | 0 | 124 | 31 | 103 | 111 | 53 |
| Binary | 10101101 | 10111111 | 11110 | 1001 | 0 | 1010100 | 11001 | 1000011 | 1001001 | 101011 |
Color Harmonies of #ADBF1E
Complementary color
Monochromatic Colors of #ADBF1E
Black with #ADBF1E
Text Example
Text Example
White with #ADBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBF1E; }
p { color: rgb(173,191,30); }
H1.HeaderClassName
{
color: #ADBF1E;
}
.AnyTagClassName
{
color: #ADBF1E;
}
</style>
background-color css
<style>
a { background-color: #ADBF1E; }
a { background-color: rgb(173,191,30); }
div.DivClassName
{
background-color: #ADBF1E;
}
.BgClassName
{
background-color: #ADBF1E;
}
</style>
border-color css
<style>
span { border-color: #ADBF1E; }
span { border-color: rgb(173,191,30); }
td.TdClassName
{
border-color: #ADBF1E;
}
.TagClassName
{
border-color: #ADBF1E;
}
</style>