Shades of Rio Grande #ADCB10
Tints of Rio Grande #ADCB10
RGB
CMYK
RGB Variations
Color information
#ADCB10 (or 0xADCB10) is known color: Rio Grande. HEX triplet: AD, CB and 10. RGB value is (173,203,16). Sum of RGB (Red+Green+Blue) = 173+203+16=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB10 is #5234EF. Grayscale: #ADADAD. Windows color (decimal): -5387504 or 1100717. OLE color: 1100717.
HSL color Cylindrical-coordinate representation of color #ADCB10: hue angle of 69.63º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADCB10 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.20 |
| HSL | 69.63º | 0.85% | 0.43% | - |
| HSV(B) | 69.63º | 0.92% | 0.8% | - |
| XYZ | 38.68 | 51.63 | 8.42 | - |
| YUV | 172.71 | 39.56 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 16 | 0.15 | 0 | 0.92 | 0.20 | 69.63 | 0.85 | 0.43 |
| Hex | AD | CB | 10 | F | 0 | 5C | 14 | 46 | 55 | 2B |
| Octal | 255 | 313 | 20 | 17 | 0 | 134 | 24 | 106 | 125 | 53 |
| Binary | 10101101 | 11001011 | 10000 | 1111 | 0 | 1011100 | 10100 | 1000110 | 1010101 | 101011 |
Color Harmonies of #ADCB10
Complementary color
Monochromatic Colors of #ADCB10
Black with #ADCB10
Text Example
Text Example
White with #ADCB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB10; }
p { color: rgb(173,203,16); }
H1.HeaderClassName
{
color: #ADCB10;
}
.AnyTagClassName
{
color: #ADCB10;
}
</style>
background-color css
<style>
a { background-color: #ADCB10; }
a { background-color: rgb(173,203,16); }
div.DivClassName
{
background-color: #ADCB10;
}
.BgClassName
{
background-color: #ADCB10;
}
</style>
border-color css
<style>
span { border-color: #ADCB10; }
span { border-color: rgb(173,203,16); }
td.TdClassName
{
border-color: #ADCB10;
}
.TagClassName
{
border-color: #ADCB10;
}
</style>