Shades of Rio Grande #AFC515
Tints of Rio Grande #AFC515
RGB
CMYK
RGB Variations
Color information
#AFC515 (or 0xAFC515) is known color: Rio Grande. HEX triplet: AF, C5 and 15. RGB value is (175,197,21). Sum of RGB (Red+Green+Blue) = 175+197+21=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC515 is #503AEA. Grayscale: #ABABAB. Windows color (decimal): -5257963 or 1426863. OLE color: 1426863.
HSL color Cylindrical-coordinate representation of color #AFC515: hue angle of 67.5º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFC515 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 21 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.23 |
| HSL | 67.5º | 0.81% | 0.43% | - |
| HSV(B) | 67.5º | 0.89% | 0.77% | - |
| XYZ | 37.78 | 49.1 | 8.2 | - |
| YUV | 170.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 21 | 0.11 | 0 | 0.89 | 0.23 | 67.5 | 0.81 | 0.43 |
| Hex | AF | C5 | 15 | B | 0 | 59 | 17 | 44 | 51 | 2B |
| Octal | 257 | 305 | 25 | 13 | 0 | 131 | 27 | 104 | 121 | 53 |
| Binary | 10101111 | 11000101 | 10101 | 1011 | 0 | 1011001 | 10111 | 1000100 | 1010001 | 101011 |
Color Harmonies of #AFC515
Complementary color
Monochromatic Colors of #AFC515
Black with #AFC515
Text Example
Text Example
White with #AFC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC515; }
p { color: rgb(175,197,21); }
H1.HeaderClassName
{
color: #AFC515;
}
.AnyTagClassName
{
color: #AFC515;
}
</style>
background-color css
<style>
a { background-color: #AFC515; }
a { background-color: rgb(175,197,21); }
div.DivClassName
{
background-color: #AFC515;
}
.BgClassName
{
background-color: #AFC515;
}
</style>
border-color css
<style>
span { border-color: #AFC515; }
span { border-color: rgb(175,197,21); }
td.TdClassName
{
border-color: #AFC515;
}
.TagClassName
{
border-color: #AFC515;
}
</style>