Shades of Bahia #ADBE17
Tints of Bahia #ADBE17
RGB
CMYK
RGB Variations
Color information
#ADBE17 (or 0xADBE17) is known color: Bahia. HEX triplet: AD, BE and 17. RGB value is (173,190,23). Sum of RGB (Red+Green+Blue) = 173+190+23=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE17 is #5241E8. Grayscale: #A6A6A6. Windows color (decimal): -5390825 or 1556141. OLE color: 1556141.
HSL color Cylindrical-coordinate representation of color #ADBE17: hue angle of 66.11º degrees, saturation: 0.78, 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 #ADBE17 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 23 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.25 |
| HSL | 66.11º | 0.78% | 0.42% | - |
| HSV(B) | 66.11º | 0.88% | 0.75% | - |
| XYZ | 35.8 | 45.77 | 7.76 | - |
| YUV | 165.88 | 47.37 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 23 | 0.09 | 0 | 0.88 | 0.25 | 66.11 | 0.78 | 0.42 |
| Hex | AD | BE | 17 | 9 | 0 | 58 | 19 | 42 | 4E | 2A |
| Octal | 255 | 276 | 27 | 11 | 0 | 130 | 31 | 102 | 116 | 52 |
| Binary | 10101101 | 10111110 | 10111 | 1001 | 0 | 1011000 | 11001 | 1000010 | 1001110 | 101010 |
Color Harmonies of #ADBE17
Complementary color
Monochromatic Colors of #ADBE17
Black with #ADBE17
Text Example
Text Example
White with #ADBE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE17; }
p { color: rgb(173,190,23); }
H1.HeaderClassName
{
color: #ADBE17;
}
.AnyTagClassName
{
color: #ADBE17;
}
</style>
background-color css
<style>
a { background-color: #ADBE17; }
a { background-color: rgb(173,190,23); }
div.DivClassName
{
background-color: #ADBE17;
}
.BgClassName
{
background-color: #ADBE17;
}
</style>
border-color css
<style>
span { border-color: #ADBE17; }
span { border-color: rgb(173,190,23); }
td.TdClassName
{
border-color: #ADBE17;
}
.TagClassName
{
border-color: #ADBE17;
}
</style>