Shades of Rio Grande #C0C61B
Tints of Rio Grande #C0C61B
RGB
CMYK
RGB Variations
Color information
#C0C61B (or 0xC0C61B) is known color: Rio Grande. HEX triplet: C0, C6 and 1B. RGB value is (192,198,27). Sum of RGB (Red+Green+Blue) = 192+198+27=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C61B is #3F39E4. Grayscale: #B1B1B1. Windows color (decimal): -4143589 or 1820352. OLE color: 1820352.
HSL color Cylindrical-coordinate representation of color #C0C61B: hue angle of 62.11º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0C61B is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 27 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.22 |
| HSL | 62.11º | 0.76% | 0.44% | - |
| HSV(B) | 62.11º | 0.86% | 0.78% | - |
| XYZ | 42.13 | 51.67 | 8.79 | - |
| YUV | 176.71 | 43.51 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 27 | 0.03 | 0 | 0.86 | 0.22 | 62.11 | 0.76 | 0.44 |
| Hex | C0 | C6 | 1B | 3 | 0 | 56 | 16 | 3E | 4C | 2C |
| Octal | 300 | 306 | 33 | 3 | 0 | 126 | 26 | 76 | 114 | 54 |
| Binary | 11000000 | 11000110 | 11011 | 11 | 0 | 1010110 | 10110 | 111110 | 1001100 | 101100 |
Color Harmonies of #C0C61B
Complementary color
Monochromatic Colors of #C0C61B
Black with #C0C61B
Text Example
Text Example
White with #C0C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C61B; }
p { color: rgb(192,198,27); }
H1.HeaderClassName
{
color: #C0C61B;
}
.AnyTagClassName
{
color: #C0C61B;
}
</style>
background-color css
<style>
a { background-color: #C0C61B; }
a { background-color: rgb(192,198,27); }
div.DivClassName
{
background-color: #C0C61B;
}
.BgClassName
{
background-color: #C0C61B;
}
</style>
border-color css
<style>
span { border-color: #C0C61B; }
span { border-color: rgb(192,198,27); }
td.TdClassName
{
border-color: #C0C61B;
}
.TagClassName
{
border-color: #C0C61B;
}
</style>