Shades of Rio Grande #C0CA1B
Tints of Rio Grande #C0CA1B
RGB
CMYK
RGB Variations
Color information
#C0CA1B (or 0xC0CA1B) is known color: Rio Grande. HEX triplet: C0, CA and 1B. RGB value is (192,202,27). Sum of RGB (Red+Green+Blue) = 192+202+27=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA1B is #3F35E4. Grayscale: #B3B3B3. Windows color (decimal): -4142565 or 1821376. OLE color: 1821376.
HSL color Cylindrical-coordinate representation of color #C0CA1B: hue angle of 63.43º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0CA1B is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 27 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.21 |
| HSL | 63.43º | 0.76% | 0.45% | - |
| HSV(B) | 63.43º | 0.87% | 0.79% | - |
| XYZ | 43.06 | 53.53 | 9.1 | - |
| YUV | 179.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 27 | 0.05 | 0 | 0.87 | 0.21 | 63.43 | 0.76 | 0.45 |
| Hex | C0 | CA | 1B | 5 | 0 | 57 | 15 | 3F | 4C | 2D |
| Octal | 300 | 312 | 33 | 5 | 0 | 127 | 25 | 77 | 114 | 55 |
| Binary | 11000000 | 11001010 | 11011 | 101 | 0 | 1010111 | 10101 | 111111 | 1001100 | 101101 |
Color Harmonies of #C0CA1B
Complementary color
Monochromatic Colors of #C0CA1B
Black with #C0CA1B
Text Example
Text Example
White with #C0CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA1B; }
p { color: rgb(192,202,27); }
H1.HeaderClassName
{
color: #C0CA1B;
}
.AnyTagClassName
{
color: #C0CA1B;
}
</style>
background-color css
<style>
a { background-color: #C0CA1B; }
a { background-color: rgb(192,202,27); }
div.DivClassName
{
background-color: #C0CA1B;
}
.BgClassName
{
background-color: #C0CA1B;
}
</style>
border-color css
<style>
span { border-color: #C0CA1B; }
span { border-color: rgb(192,202,27); }
td.TdClassName
{
border-color: #C0CA1B;
}
.TagClassName
{
border-color: #C0CA1B;
}
</style>