Shades of Rio Grande #C4CE1E
Tints of Rio Grande #C4CE1E
RGB
CMYK
RGB Variations
Color information
#C4CE1E (or 0xC4CE1E) is known color: Rio Grande. HEX triplet: C4, CE and 1E. RGB value is (196,206,30). Sum of RGB (Red+Green+Blue) = 196+206+30=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE1E is #3B31E1. Grayscale: #B7B7B7. Windows color (decimal): -3879394 or 2019012. OLE color: 2019012.
HSL color Cylindrical-coordinate representation of color #C4CE1E: hue angle of 63.41º 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 #C4CE1E is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 30 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.19 |
| HSL | 63.41º | 0.75% | 0.46% | - |
| HSV(B) | 63.41º | 0.85% | 0.81% | - |
| XYZ | 45.07 | 55.97 | 9.66 | - |
| YUV | 182.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 30 | 0.05 | 0 | 0.85 | 0.19 | 63.41 | 0.75 | 0.46 |
| Hex | C4 | CE | 1E | 5 | 0 | 55 | 13 | 3F | 4B | 2E |
| Octal | 304 | 316 | 36 | 5 | 0 | 125 | 23 | 77 | 113 | 56 |
| Binary | 11000100 | 11001110 | 11110 | 101 | 0 | 1010101 | 10011 | 111111 | 1001011 | 101110 |
Color Harmonies of #C4CE1E
Complementary color
Monochromatic Colors of #C4CE1E
Black with #C4CE1E
Text Example
Text Example
White with #C4CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE1E; }
p { color: rgb(196,206,30); }
H1.HeaderClassName
{
color: #C4CE1E;
}
.AnyTagClassName
{
color: #C4CE1E;
}
</style>
background-color css
<style>
a { background-color: #C4CE1E; }
a { background-color: rgb(196,206,30); }
div.DivClassName
{
background-color: #C4CE1E;
}
.BgClassName
{
background-color: #C4CE1E;
}
</style>
border-color css
<style>
span { border-color: #C4CE1E; }
span { border-color: rgb(196,206,30); }
td.TdClassName
{
border-color: #C4CE1E;
}
.TagClassName
{
border-color: #C4CE1E;
}
</style>