Shades of Rio Grande #ADCB0D
Tints of Rio Grande #ADCB0D
RGB
CMYK
RGB Variations
Color information
#ADCB0D (or 0xADCB0D) is known color: Rio Grande. HEX triplet: AD, CB and 0D. RGB value is (173,203,13). Sum of RGB (Red+Green+Blue) = 173+203+13=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB0D is #5234F2. Grayscale: #ADADAD. Windows color (decimal): -5387507 or 904109. OLE color: 904109.
HSL color Cylindrical-coordinate representation of color #ADCB0D: hue angle of 69.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADCB0D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 13 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.20 |
| HSL | 69.47º | 0.88% | 0.42% | - |
| HSV(B) | 69.47º | 0.94% | 0.8% | - |
| XYZ | 38.66 | 51.63 | 8.31 | - |
| YUV | 172.37 | 38.06 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 13 | 0.15 | 0 | 0.94 | 0.20 | 69.47 | 0.88 | 0.42 |
| Hex | AD | CB | D | F | 0 | 5E | 14 | 45 | 58 | 2A |
| Octal | 255 | 313 | 15 | 17 | 0 | 136 | 24 | 105 | 130 | 52 |
| Binary | 10101101 | 11001011 | 1101 | 1111 | 0 | 1011110 | 10100 | 1000101 | 1011000 | 101010 |
Color Harmonies of #ADCB0D
Complementary color
Monochromatic Colors of #ADCB0D
Black with #ADCB0D
Text Example
Text Example
White with #ADCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB0D; }
p { color: rgb(173,203,13); }
H1.HeaderClassName
{
color: #ADCB0D;
}
.AnyTagClassName
{
color: #ADCB0D;
}
</style>
background-color css
<style>
a { background-color: #ADCB0D; }
a { background-color: rgb(173,203,13); }
div.DivClassName
{
background-color: #ADCB0D;
}
.BgClassName
{
background-color: #ADCB0D;
}
</style>
border-color css
<style>
span { border-color: #ADCB0D; }
span { border-color: rgb(173,203,13); }
td.TdClassName
{
border-color: #ADCB0D;
}
.TagClassName
{
border-color: #ADCB0D;
}
</style>