Shades of Rio Grande #C4CE1C
Tints of Rio Grande #C4CE1C
RGB
CMYK
RGB Variations
Color information
#C4CE1C (or 0xC4CE1C) is known color: Rio Grande. HEX triplet: C4, CE and 1C. RGB value is (196,206,28). Sum of RGB (Red+Green+Blue) = 196+206+28=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE1C is #3B31E3. Grayscale: #B7B7B7. Windows color (decimal): -3879396 or 1887940. OLE color: 1887940.
HSL color Cylindrical-coordinate representation of color #C4CE1C: hue angle of 63.37º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4CE1C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 28 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.19 |
| HSL | 63.37º | 0.76% | 0.46% | - |
| HSV(B) | 63.37º | 0.86% | 0.81% | - |
| XYZ | 45.05 | 55.96 | 9.53 | - |
| YUV | 182.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 28 | 0.05 | 0 | 0.86 | 0.19 | 63.37 | 0.76 | 0.46 |
| Hex | C4 | CE | 1C | 5 | 0 | 56 | 13 | 3F | 4C | 2E |
| Octal | 304 | 316 | 34 | 5 | 0 | 126 | 23 | 77 | 114 | 56 |
| Binary | 11000100 | 11001110 | 11100 | 101 | 0 | 1010110 | 10011 | 111111 | 1001100 | 101110 |
Color Harmonies of #C4CE1C
Complementary color
Monochromatic Colors of #C4CE1C
Black with #C4CE1C
Text Example
Text Example
White with #C4CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE1C; }
p { color: rgb(196,206,28); }
H1.HeaderClassName
{
color: #C4CE1C;
}
.AnyTagClassName
{
color: #C4CE1C;
}
</style>
background-color css
<style>
a { background-color: #C4CE1C; }
a { background-color: rgb(196,206,28); }
div.DivClassName
{
background-color: #C4CE1C;
}
.BgClassName
{
background-color: #C4CE1C;
}
</style>
border-color css
<style>
span { border-color: #C4CE1C; }
span { border-color: rgb(196,206,28); }
td.TdClassName
{
border-color: #C4CE1C;
}
.TagClassName
{
border-color: #C4CE1C;
}
</style>