Shades of Rio Grande #C0D712
Tints of Rio Grande #C0D712
RGB
CMYK
RGB Variations
Color information
#C0D712 (or 0xC0D712) is known color: Rio Grande. HEX triplet: C0, D7 and 12. RGB value is (192,215,18). Sum of RGB (Red+Green+Blue) = 192+215+18=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D712 is #3F28ED. Grayscale: #BABABA. Windows color (decimal): -4139246 or 1234880. OLE color: 1234880.
HSL color Cylindrical-coordinate representation of color #C0D712: hue angle of 67.01º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0D712 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.16 |
| HSL | 67.01º | 0.85% | 0.46% | - |
| HSV(B) | 67.01º | 0.92% | 0.84% | - |
| XYZ | 46.15 | 59.85 | 9.69 | - |
| YUV | 185.67 | 33.38 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 18 | 0.11 | 0 | 0.92 | 0.16 | 67.01 | 0.85 | 0.46 |
| Hex | C0 | D7 | 12 | B | 0 | 5C | 10 | 43 | 55 | 2E |
| Octal | 300 | 327 | 22 | 13 | 0 | 134 | 20 | 103 | 125 | 56 |
| Binary | 11000000 | 11010111 | 10010 | 1011 | 0 | 1011100 | 10000 | 1000011 | 1010101 | 101110 |
Color Harmonies of #C0D712
Complementary color
Monochromatic Colors of #C0D712
Black with #C0D712
Text Example
Text Example
White with #C0D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D712; }
p { color: rgb(192,215,18); }
H1.HeaderClassName
{
color: #C0D712;
}
.AnyTagClassName
{
color: #C0D712;
}
</style>
background-color css
<style>
a { background-color: #C0D712; }
a { background-color: rgb(192,215,18); }
div.DivClassName
{
background-color: #C0D712;
}
.BgClassName
{
background-color: #C0D712;
}
</style>
border-color css
<style>
span { border-color: #C0D712; }
span { border-color: rgb(192,215,18); }
td.TdClassName
{
border-color: #C0D712;
}
.TagClassName
{
border-color: #C0D712;
}
</style>