Shades of Bahia #ADBE16
Tints of Bahia #ADBE16
RGB
CMYK
RGB Variations
Color information
#ADBE16 (or 0xADBE16) is known color: Bahia. HEX triplet: AD, BE and 16. RGB value is (173,190,22). Sum of RGB (Red+Green+Blue) = 173+190+22=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE16 is #5241E9. Grayscale: #A6A6A6. Windows color (decimal): -5390826 or 1490605. OLE color: 1490605.
HSL color Cylindrical-coordinate representation of color #ADBE16: hue angle of 66.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADBE16 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 22 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.25 |
| HSL | 66.07º | 0.79% | 0.42% | - |
| HSV(B) | 66.07º | 0.88% | 0.75% | - |
| XYZ | 35.79 | 45.77 | 7.71 | - |
| YUV | 165.77 | 46.87 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 22 | 0.09 | 0 | 0.88 | 0.25 | 66.07 | 0.79 | 0.42 |
| Hex | AD | BE | 16 | 9 | 0 | 58 | 19 | 42 | 4F | 2A |
| Octal | 255 | 276 | 26 | 11 | 0 | 130 | 31 | 102 | 117 | 52 |
| Binary | 10101101 | 10111110 | 10110 | 1001 | 0 | 1011000 | 11001 | 1000010 | 1001111 | 101010 |
Color Harmonies of #ADBE16
Complementary color
Monochromatic Colors of #ADBE16
Black with #ADBE16
Text Example
Text Example
White with #ADBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE16; }
p { color: rgb(173,190,22); }
H1.HeaderClassName
{
color: #ADBE16;
}
.AnyTagClassName
{
color: #ADBE16;
}
</style>
background-color css
<style>
a { background-color: #ADBE16; }
a { background-color: rgb(173,190,22); }
div.DivClassName
{
background-color: #ADBE16;
}
.BgClassName
{
background-color: #ADBE16;
}
</style>
border-color css
<style>
span { border-color: #ADBE16; }
span { border-color: rgb(173,190,22); }
td.TdClassName
{
border-color: #ADBE16;
}
.TagClassName
{
border-color: #ADBE16;
}
</style>