Shades of Bahia #ADBE28
Tints of Bahia #ADBE28
RGB
CMYK
RGB Variations
Color information
#ADBE28 (or 0xADBE28) is known color: Bahia. HEX triplet: AD, BE and 28. RGB value is (173,190,40). Sum of RGB (Red+Green+Blue) = 173+190+40=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE28 is #5241D7. Grayscale: #A8A8A8. Windows color (decimal): -5390808 or 2670253. OLE color: 2670253.
HSL color Cylindrical-coordinate representation of color #ADBE28: hue angle of 66.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADBE28 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 40 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.25 |
| HSL | 66.8º | 0.65% | 0.45% | - |
| HSV(B) | 66.8º | 0.79% | 0.75% | - |
| XYZ | 36.03 | 45.86 | 8.96 | - |
| YUV | 167.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 40 | 0.09 | 0 | 0.79 | 0.25 | 66.8 | 0.65 | 0.45 |
| Hex | AD | BE | 28 | 9 | 0 | 4F | 19 | 43 | 41 | 2D |
| Octal | 255 | 276 | 50 | 11 | 0 | 117 | 31 | 103 | 101 | 55 |
| Binary | 10101101 | 10111110 | 101000 | 1001 | 0 | 1001111 | 11001 | 1000011 | 1000001 | 101101 |
Color Harmonies of #ADBE28
Complementary color
Monochromatic Colors of #ADBE28
Black with #ADBE28
Text Example
Text Example
White with #ADBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE28; }
p { color: rgb(173,190,40); }
H1.HeaderClassName
{
color: #ADBE28;
}
.AnyTagClassName
{
color: #ADBE28;
}
</style>
background-color css
<style>
a { background-color: #ADBE28; }
a { background-color: rgb(173,190,40); }
div.DivClassName
{
background-color: #ADBE28;
}
.BgClassName
{
background-color: #ADBE28;
}
</style>
border-color css
<style>
span { border-color: #ADBE28; }
span { border-color: rgb(173,190,40); }
td.TdClassName
{
border-color: #ADBE28;
}
.TagClassName
{
border-color: #ADBE28;
}
</style>