Shades of Bahia #ADCB2E
Tints of Bahia #ADCB2E
RGB
CMYK
RGB Variations
Color information
#ADCB2E (or 0xADCB2E) is known color: Bahia. HEX triplet: AD, CB and 2E. RGB value is (173,203,46). Sum of RGB (Red+Green+Blue) = 173+203+46=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB2E is #5234D1. Grayscale: #B0B0B0. Windows color (decimal): -5387474 or 3066797. OLE color: 3066797.
HSL color Cylindrical-coordinate representation of color #ADCB2E: hue angle of 71.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADCB2E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 46 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.20 |
| HSL | 71.46º | 0.63% | 0.49% | - |
| HSV(B) | 71.46º | 0.77% | 0.8% | - |
| XYZ | 39.08 | 51.79 | 10.52 | - |
| YUV | 176.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 46 | 0.15 | 0 | 0.77 | 0.20 | 71.46 | 0.63 | 0.49 |
| Hex | AD | CB | 2E | F | 0 | 4D | 14 | 47 | 3F | 31 |
| Octal | 255 | 313 | 56 | 17 | 0 | 115 | 24 | 107 | 77 | 61 |
| Binary | 10101101 | 11001011 | 101110 | 1111 | 0 | 1001101 | 10100 | 1000111 | 111111 | 110001 |
Color Harmonies of #ADCB2E
Complementary color
Monochromatic Colors of #ADCB2E
Black with #ADCB2E
Text Example
Text Example
White with #ADCB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB2E; }
p { color: rgb(173,203,46); }
H1.HeaderClassName
{
color: #ADCB2E;
}
.AnyTagClassName
{
color: #ADCB2E;
}
</style>
background-color css
<style>
a { background-color: #ADCB2E; }
a { background-color: rgb(173,203,46); }
div.DivClassName
{
background-color: #ADCB2E;
}
.BgClassName
{
background-color: #ADCB2E;
}
</style>
border-color css
<style>
span { border-color: #ADCB2E; }
span { border-color: rgb(173,203,46); }
td.TdClassName
{
border-color: #ADCB2E;
}
.TagClassName
{
border-color: #ADCB2E;
}
</style>