Shades of Bahia #ADBE2D
Tints of Bahia #ADBE2D
RGB
CMYK
RGB Variations
Color information
#ADBE2D (or 0xADBE2D) is known color: Bahia. HEX triplet: AD, BE and 2D. RGB value is (173,190,45). Sum of RGB (Red+Green+Blue) = 173+190+45=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE2D is #5241D2. Grayscale: #A8A8A8. Windows color (decimal): -5390803 or 2997933. OLE color: 2997933.
HSL color Cylindrical-coordinate representation of color #ADBE2D: hue angle of 67.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADBE2D is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 45 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.25 |
| HSL | 67.03º | 0.62% | 0.46% | - |
| HSV(B) | 67.03º | 0.76% | 0.75% | - |
| XYZ | 36.12 | 45.9 | 9.44 | - |
| YUV | 168.39 | 58.37 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 45 | 0.09 | 0 | 0.76 | 0.25 | 67.03 | 0.62 | 0.46 |
| Hex | AD | BE | 2D | 9 | 0 | 4C | 19 | 43 | 3E | 2E |
| Octal | 255 | 276 | 55 | 11 | 0 | 114 | 31 | 103 | 76 | 56 |
| Binary | 10101101 | 10111110 | 101101 | 1001 | 0 | 1001100 | 11001 | 1000011 | 111110 | 101110 |
Color Harmonies of #ADBE2D
Complementary color
Monochromatic Colors of #ADBE2D
Black with #ADBE2D
Text Example
Text Example
White with #ADBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE2D; }
p { color: rgb(173,190,45); }
H1.HeaderClassName
{
color: #ADBE2D;
}
.AnyTagClassName
{
color: #ADBE2D;
}
</style>
background-color css
<style>
a { background-color: #ADBE2D; }
a { background-color: rgb(173,190,45); }
div.DivClassName
{
background-color: #ADBE2D;
}
.BgClassName
{
background-color: #ADBE2D;
}
</style>
border-color css
<style>
span { border-color: #ADBE2D; }
span { border-color: rgb(173,190,45); }
td.TdClassName
{
border-color: #ADBE2D;
}
.TagClassName
{
border-color: #ADBE2D;
}
</style>