Shades of Rio Grande #ADCB11
Tints of Rio Grande #ADCB11
RGB
CMYK
RGB Variations
Color information
#ADCB11 (or 0xADCB11) is known color: Rio Grande. HEX triplet: AD, CB and 11. RGB value is (173,203,17). Sum of RGB (Red+Green+Blue) = 173+203+17=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB11 is #5234EE. Grayscale: #ADADAD. Windows color (decimal): -5387503 or 1166253. OLE color: 1166253.
HSL color Cylindrical-coordinate representation of color #ADCB11: hue angle of 69.68º 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 #ADCB11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.20 |
| HSL | 69.68º | 0.85% | 0.43% | - |
| HSV(B) | 69.68º | 0.92% | 0.8% | - |
| XYZ | 38.69 | 51.64 | 8.46 | - |
| YUV | 172.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 17 | 0.15 | 0 | 0.92 | 0.20 | 69.68 | 0.85 | 0.43 |
| Hex | AD | CB | 11 | F | 0 | 5C | 14 | 46 | 55 | 2B |
| Octal | 255 | 313 | 21 | 17 | 0 | 134 | 24 | 106 | 125 | 53 |
| Binary | 10101101 | 11001011 | 10001 | 1111 | 0 | 1011100 | 10100 | 1000110 | 1010101 | 101011 |
Color Harmonies of #ADCB11
Complementary color
Monochromatic Colors of #ADCB11
Black with #ADCB11
Text Example
Text Example
White with #ADCB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB11; }
p { color: rgb(173,203,17); }
H1.HeaderClassName
{
color: #ADCB11;
}
.AnyTagClassName
{
color: #ADCB11;
}
</style>
background-color css
<style>
a { background-color: #ADCB11; }
a { background-color: rgb(173,203,17); }
div.DivClassName
{
background-color: #ADCB11;
}
.BgClassName
{
background-color: #ADCB11;
}
</style>
border-color css
<style>
span { border-color: #ADCB11; }
span { border-color: rgb(173,203,17); }
td.TdClassName
{
border-color: #ADCB11;
}
.TagClassName
{
border-color: #ADCB11;
}
</style>