Shades of Rio Grande #C1CE1C
Tints of Rio Grande #C1CE1C
RGB
CMYK
RGB Variations
Color information
#C1CE1C (or 0xC1CE1C) is known color: Rio Grande. HEX triplet: C1, CE and 1C. RGB value is (193,206,28). Sum of RGB (Red+Green+Blue) = 193+206+28=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE1C is #3E31E3. Grayscale: #B6B6B6. Windows color (decimal): -4076004 or 1887937. OLE color: 1887937.
HSL color Cylindrical-coordinate representation of color #C1CE1C: hue angle of 64.38º 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 #C1CE1C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 28 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.19 |
| HSL | 64.38º | 0.76% | 0.46% | - |
| HSV(B) | 64.38º | 0.86% | 0.81% | - |
| XYZ | 44.27 | 55.56 | 9.49 | - |
| YUV | 181.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 28 | 0.06 | 0 | 0.86 | 0.19 | 64.38 | 0.76 | 0.46 |
| Hex | C1 | CE | 1C | 6 | 0 | 56 | 13 | 40 | 4C | 2E |
| Octal | 301 | 316 | 34 | 6 | 0 | 126 | 23 | 100 | 114 | 56 |
| Binary | 11000001 | 11001110 | 11100 | 110 | 0 | 1010110 | 10011 | 1000000 | 1001100 | 101110 |
Color Harmonies of #C1CE1C
Complementary color
Monochromatic Colors of #C1CE1C
Black with #C1CE1C
Text Example
Text Example
White with #C1CE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE1C; }
p { color: rgb(193,206,28); }
H1.HeaderClassName
{
color: #C1CE1C;
}
.AnyTagClassName
{
color: #C1CE1C;
}
</style>
background-color css
<style>
a { background-color: #C1CE1C; }
a { background-color: rgb(193,206,28); }
div.DivClassName
{
background-color: #C1CE1C;
}
.BgClassName
{
background-color: #C1CE1C;
}
</style>
border-color css
<style>
span { border-color: #C1CE1C; }
span { border-color: rgb(193,206,28); }
td.TdClassName
{
border-color: #C1CE1C;
}
.TagClassName
{
border-color: #C1CE1C;
}
</style>