Shades of Bahia #ADBE2E
Tints of Bahia #ADBE2E
RGB
CMYK
RGB Variations
Color information
#ADBE2E (or 0xADBE2E) is known color: Bahia. HEX triplet: AD, BE and 2E. RGB value is (173,190,46). Sum of RGB (Red+Green+Blue) = 173+190+46=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE2E is #5241D1. Grayscale: #A9A9A9. Windows color (decimal): -5390802 or 3063469. OLE color: 3063469.
HSL color Cylindrical-coordinate representation of color #ADBE2E: hue angle of 67.08º degrees, saturation: 0.61, 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 #ADBE2E is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 46 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.25 |
| HSL | 67.08º | 0.61% | 0.46% | - |
| HSV(B) | 67.08º | 0.76% | 0.75% | - |
| XYZ | 36.14 | 45.91 | 9.54 | - |
| YUV | 168.5 | 58.87 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 46 | 0.09 | 0 | 0.76 | 0.25 | 67.08 | 0.61 | 0.46 |
| Hex | AD | BE | 2E | 9 | 0 | 4C | 19 | 43 | 3D | 2E |
| Octal | 255 | 276 | 56 | 11 | 0 | 114 | 31 | 103 | 75 | 56 |
| Binary | 10101101 | 10111110 | 101110 | 1001 | 0 | 1001100 | 11001 | 1000011 | 111101 | 101110 |
Color Harmonies of #ADBE2E
Complementary color
Monochromatic Colors of #ADBE2E
Black with #ADBE2E
Text Example
Text Example
White with #ADBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE2E; }
p { color: rgb(173,190,46); }
H1.HeaderClassName
{
color: #ADBE2E;
}
.AnyTagClassName
{
color: #ADBE2E;
}
</style>
background-color css
<style>
a { background-color: #ADBE2E; }
a { background-color: rgb(173,190,46); }
div.DivClassName
{
background-color: #ADBE2E;
}
.BgClassName
{
background-color: #ADBE2E;
}
</style>
border-color css
<style>
span { border-color: #ADBE2E; }
span { border-color: rgb(173,190,46); }
td.TdClassName
{
border-color: #ADBE2E;
}
.TagClassName
{
border-color: #ADBE2E;
}
</style>