Shades of Rio Grande #C3C81E
Tints of Rio Grande #C3C81E
RGB
CMYK
RGB Variations
Color information
#C3C81E (or 0xC3C81E) is known color: Rio Grande. HEX triplet: C3, C8 and 1E. RGB value is (195,200,30). Sum of RGB (Red+Green+Blue) = 195+200+30=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C81E is #3C37E1. Grayscale: #B3B3B3. Windows color (decimal): -3946466 or 2017475. OLE color: 2017475.
HSL color Cylindrical-coordinate representation of color #C3C81E: hue angle of 61.76º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3C81E is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 30 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.22 |
| HSL | 61.76º | 0.74% | 0.45% | - |
| HSV(B) | 61.76º | 0.85% | 0.78% | - |
| XYZ | 43.39 | 53 | 9.17 | - |
| YUV | 179.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 30 | 0.02 | 0 | 0.85 | 0.22 | 61.76 | 0.74 | 0.45 |
| Hex | C3 | C8 | 1E | 2 | 0 | 55 | 16 | 3E | 4A | 2D |
| Octal | 303 | 310 | 36 | 2 | 0 | 125 | 26 | 76 | 112 | 55 |
| Binary | 11000011 | 11001000 | 11110 | 10 | 0 | 1010101 | 10110 | 111110 | 1001010 | 101101 |
Color Harmonies of #C3C81E
Complementary color
Monochromatic Colors of #C3C81E
Black with #C3C81E
Text Example
Text Example
White with #C3C81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C81E; }
p { color: rgb(195,200,30); }
H1.HeaderClassName
{
color: #C3C81E;
}
.AnyTagClassName
{
color: #C3C81E;
}
</style>
background-color css
<style>
a { background-color: #C3C81E; }
a { background-color: rgb(195,200,30); }
div.DivClassName
{
background-color: #C3C81E;
}
.BgClassName
{
background-color: #C3C81E;
}
</style>
border-color css
<style>
span { border-color: #C3C81E; }
span { border-color: rgb(195,200,30); }
td.TdClassName
{
border-color: #C3C81E;
}
.TagClassName
{
border-color: #C3C81E;
}
</style>