Shades of Rio Grande #C3CE1E
Tints of Rio Grande #C3CE1E
RGB
CMYK
RGB Variations
Color information
#C3CE1E (or 0xC3CE1E) is known color: Rio Grande. HEX triplet: C3, CE and 1E. RGB value is (195,206,30). Sum of RGB (Red+Green+Blue) = 195+206+30=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE1E is #3C31E1. Grayscale: #B7B7B7. Windows color (decimal): -3944930 or 2019011. OLE color: 2019011.
HSL color Cylindrical-coordinate representation of color #C3CE1E: hue angle of 63.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3CE1E is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 30 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.19 |
| HSL | 63.75º | 0.75% | 0.46% | - |
| HSV(B) | 63.75º | 0.85% | 0.81% | - |
| XYZ | 44.81 | 55.84 | 9.64 | - |
| YUV | 182.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 30 | 0.05 | 0 | 0.85 | 0.19 | 63.75 | 0.75 | 0.46 |
| Hex | C3 | CE | 1E | 5 | 0 | 55 | 13 | 40 | 4B | 2E |
| Octal | 303 | 316 | 36 | 5 | 0 | 125 | 23 | 100 | 113 | 56 |
| Binary | 11000011 | 11001110 | 11110 | 101 | 0 | 1010101 | 10011 | 1000000 | 1001011 | 101110 |
Color Harmonies of #C3CE1E
Complementary color
Monochromatic Colors of #C3CE1E
Black with #C3CE1E
Text Example
Text Example
White with #C3CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CE1E; }
p { color: rgb(195,206,30); }
H1.HeaderClassName
{
color: #C3CE1E;
}
.AnyTagClassName
{
color: #C3CE1E;
}
</style>
background-color css
<style>
a { background-color: #C3CE1E; }
a { background-color: rgb(195,206,30); }
div.DivClassName
{
background-color: #C3CE1E;
}
.BgClassName
{
background-color: #C3CE1E;
}
</style>
border-color css
<style>
span { border-color: #C3CE1E; }
span { border-color: rgb(195,206,30); }
td.TdClassName
{
border-color: #C3CE1E;
}
.TagClassName
{
border-color: #C3CE1E;
}
</style>