Shades of Bahia #ADBE19
Tints of Bahia #ADBE19
RGB
CMYK
RGB Variations
Color information
#ADBE19 (or 0xADBE19) is known color: Bahia. HEX triplet: AD, BE and 19. RGB value is (173,190,25). Sum of RGB (Red+Green+Blue) = 173+190+25=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE19 is #5241E6. Grayscale: #A6A6A6. Windows color (decimal): -5390823 or 1687213. OLE color: 1687213.
HSL color Cylindrical-coordinate representation of color #ADBE19: hue angle of 66.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADBE19 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 25 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.25 |
| HSL | 66.18º | 0.77% | 0.42% | - |
| HSV(B) | 66.18º | 0.87% | 0.75% | - |
| XYZ | 35.82 | 45.78 | 7.87 | - |
| YUV | 166.11 | 48.37 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 25 | 0.09 | 0 | 0.87 | 0.25 | 66.18 | 0.77 | 0.42 |
| Hex | AD | BE | 19 | 9 | 0 | 57 | 19 | 42 | 4D | 2A |
| Octal | 255 | 276 | 31 | 11 | 0 | 127 | 31 | 102 | 115 | 52 |
| Binary | 10101101 | 10111110 | 11001 | 1001 | 0 | 1010111 | 11001 | 1000010 | 1001101 | 101010 |
Color Harmonies of #ADBE19
Complementary color
Monochromatic Colors of #ADBE19
Black with #ADBE19
Text Example
Text Example
White with #ADBE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE19; }
p { color: rgb(173,190,25); }
H1.HeaderClassName
{
color: #ADBE19;
}
.AnyTagClassName
{
color: #ADBE19;
}
</style>
background-color css
<style>
a { background-color: #ADBE19; }
a { background-color: rgb(173,190,25); }
div.DivClassName
{
background-color: #ADBE19;
}
.BgClassName
{
background-color: #ADBE19;
}
</style>
border-color css
<style>
span { border-color: #ADBE19; }
span { border-color: rgb(173,190,25); }
td.TdClassName
{
border-color: #ADBE19;
}
.TagClassName
{
border-color: #ADBE19;
}
</style>