Shades of Rio Grande #ADCE0B
Tints of Rio Grande #ADCE0B
RGB
CMYK
RGB Variations
Color information
#ADCE0B (or 0xADCE0B) is known color: Rio Grande. HEX triplet: AD, CE and 0B. RGB value is (173,206,11). Sum of RGB (Red+Green+Blue) = 173+206+11=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE0B is #5231F4. Grayscale: #AEAEAE. Windows color (decimal): -5386741 or 773805. OLE color: 773805.
HSL color Cylindrical-coordinate representation of color #ADCE0B: hue angle of 70.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADCE0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.19 |
| HSL | 70.15º | 0.9% | 0.43% | - |
| HSV(B) | 70.15º | 0.95% | 0.81% | - |
| XYZ | 39.37 | 53.05 | 8.48 | - |
| YUV | 173.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 11 | 0.16 | 0 | 0.95 | 0.19 | 70.15 | 0.9 | 0.43 |
| Hex | AD | CE | B | 10 | 0 | 5F | 13 | 46 | 5A | 2B |
| Octal | 255 | 316 | 13 | 20 | 0 | 137 | 23 | 106 | 132 | 53 |
| Binary | 10101101 | 11001110 | 1011 | 10000 | 0 | 1011111 | 10011 | 1000110 | 1011010 | 101011 |
Color Harmonies of #ADCE0B
Complementary color
Monochromatic Colors of #ADCE0B
Black with #ADCE0B
Text Example
Text Example
White with #ADCE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE0B; }
p { color: rgb(173,206,11); }
H1.HeaderClassName
{
color: #ADCE0B;
}
.AnyTagClassName
{
color: #ADCE0B;
}
</style>
background-color css
<style>
a { background-color: #ADCE0B; }
a { background-color: rgb(173,206,11); }
div.DivClassName
{
background-color: #ADCE0B;
}
.BgClassName
{
background-color: #ADCE0B;
}
</style>
border-color css
<style>
span { border-color: #ADCE0B; }
span { border-color: rgb(173,206,11); }
td.TdClassName
{
border-color: #ADCE0B;
}
.TagClassName
{
border-color: #ADCE0B;
}
</style>