Shades of Rio Grande #ADCC11
Tints of Rio Grande #ADCC11
RGB
CMYK
RGB Variations
Color information
#ADCC11 (or 0xADCC11) is known color: Rio Grande. HEX triplet: AD, CC and 11. RGB value is (173,204,17). Sum of RGB (Red+Green+Blue) = 173+204+17=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC11 is #5233EE. Grayscale: #AEAEAE. Windows color (decimal): -5387247 or 1166509. OLE color: 1166509.
HSL color Cylindrical-coordinate representation of color #ADCC11: hue angle of 69.95º 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 #ADCC11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.2 |
| HSL | 69.95º | 0.85% | 0.43% | - |
| HSV(B) | 69.95º | 0.92% | 0.8% | - |
| XYZ | 38.93 | 52.11 | 8.54 | - |
| YUV | 173.41 | 39.73 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 17 | 0.15 | 0 | 0.92 | 0.2 | 69.95 | 0.85 | 0.43 |
| Hex | AD | CC | 11 | F | 0 | 5C | 14 | 46 | 55 | 2B |
| Octal | 255 | 314 | 21 | 17 | 0 | 134 | 24 | 106 | 125 | 53 |
| Binary | 10101101 | 11001100 | 10001 | 1111 | 0 | 1011100 | 10100 | 1000110 | 1010101 | 101011 |
Color Harmonies of #ADCC11
Complementary color
Monochromatic Colors of #ADCC11
Black with #ADCC11
Text Example
Text Example
White with #ADCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC11; }
p { color: rgb(173,204,17); }
H1.HeaderClassName
{
color: #ADCC11;
}
.AnyTagClassName
{
color: #ADCC11;
}
</style>
background-color css
<style>
a { background-color: #ADCC11; }
a { background-color: rgb(173,204,17); }
div.DivClassName
{
background-color: #ADCC11;
}
.BgClassName
{
background-color: #ADCC11;
}
</style>
border-color css
<style>
span { border-color: #ADCC11; }
span { border-color: rgb(173,204,17); }
td.TdClassName
{
border-color: #ADCC11;
}
.TagClassName
{
border-color: #ADCC11;
}
</style>