Shades of Rio Grande #C9D913
Tints of Rio Grande #C9D913
RGB
CMYK
RGB Variations
Color information
#C9D913 (or 0xC9D913) is known color: Rio Grande. HEX triplet: C9, D9 and 13. RGB value is (201,217,19). Sum of RGB (Red+Green+Blue) = 201+217+19=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D913 is #3626EC. Grayscale: #BEBEBE. Windows color (decimal): -3548909 or 1300937. OLE color: 1300937.
HSL color Cylindrical-coordinate representation of color #C9D913: hue angle of 64.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9D913 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 19 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.15 |
| HSL | 64.85º | 0.84% | 0.46% | - |
| HSV(B) | 64.85º | 0.91% | 0.85% | - |
| XYZ | 49.02 | 62.09 | 10.02 | - |
| YUV | 189.64 | 31.7 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 19 | 0.07 | 0 | 0.91 | 0.15 | 64.85 | 0.84 | 0.46 |
| Hex | C9 | D9 | 13 | 7 | 0 | 5B | F | 41 | 54 | 2E |
| Octal | 311 | 331 | 23 | 7 | 0 | 133 | 17 | 101 | 124 | 56 |
| Binary | 11001001 | 11011001 | 10011 | 111 | 0 | 1011011 | 1111 | 1000001 | 1010100 | 101110 |
Color Harmonies of #C9D913
Complementary color
Monochromatic Colors of #C9D913
Black with #C9D913
Text Example
Text Example
White with #C9D913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D913; }
p { color: rgb(201,217,19); }
H1.HeaderClassName
{
color: #C9D913;
}
.AnyTagClassName
{
color: #C9D913;
}
</style>
background-color css
<style>
a { background-color: #C9D913; }
a { background-color: rgb(201,217,19); }
div.DivClassName
{
background-color: #C9D913;
}
.BgClassName
{
background-color: #C9D913;
}
</style>
border-color css
<style>
span { border-color: #C9D913; }
span { border-color: rgb(201,217,19); }
td.TdClassName
{
border-color: #C9D913;
}
.TagClassName
{
border-color: #C9D913;
}
</style>