Shades of Rio Grande #ADCF0B
Tints of Rio Grande #ADCF0B
RGB
CMYK
RGB Variations
Color information
#ADCF0B (or 0xADCF0B) is known color: Rio Grande. HEX triplet: AD, CF and 0B. RGB value is (173,207,11). Sum of RGB (Red+Green+Blue) = 173+207+11=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF0B is #5230F4. Grayscale: #AFAFAF. Windows color (decimal): -5386485 or 774061. OLE color: 774061.
HSL color Cylindrical-coordinate representation of color #ADCF0B: hue angle of 70.41º 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 #ADCF0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.19 |
| HSL | 70.41º | 0.9% | 0.43% | - |
| HSV(B) | 70.41º | 0.95% | 0.81% | - |
| XYZ | 39.61 | 53.53 | 8.56 | - |
| YUV | 174.49 | 35.74 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 11 | 0.16 | 0 | 0.95 | 0.19 | 70.41 | 0.9 | 0.43 |
| Hex | AD | CF | B | 10 | 0 | 5F | 13 | 46 | 5A | 2B |
| Octal | 255 | 317 | 13 | 20 | 0 | 137 | 23 | 106 | 132 | 53 |
| Binary | 10101101 | 11001111 | 1011 | 10000 | 0 | 1011111 | 10011 | 1000110 | 1011010 | 101011 |
Color Harmonies of #ADCF0B
Complementary color
Monochromatic Colors of #ADCF0B
Black with #ADCF0B
Text Example
Text Example
White with #ADCF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF0B; }
p { color: rgb(173,207,11); }
H1.HeaderClassName
{
color: #ADCF0B;
}
.AnyTagClassName
{
color: #ADCF0B;
}
</style>
background-color css
<style>
a { background-color: #ADCF0B; }
a { background-color: rgb(173,207,11); }
div.DivClassName
{
background-color: #ADCF0B;
}
.BgClassName
{
background-color: #ADCF0B;
}
</style>
border-color css
<style>
span { border-color: #ADCF0B; }
span { border-color: rgb(173,207,11); }
td.TdClassName
{
border-color: #ADCF0B;
}
.TagClassName
{
border-color: #ADCF0B;
}
</style>