Shades of Rio Grande #C1CE1B
Tints of Rio Grande #C1CE1B
RGB
CMYK
RGB Variations
Color information
#C1CE1B (or 0xC1CE1B) is known color: Rio Grande. HEX triplet: C1, CE and 1B. RGB value is (193,206,27). Sum of RGB (Red+Green+Blue) = 193+206+27=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE1B is #3E31E4. Grayscale: #B6B6B6. Windows color (decimal): -4076005 or 1822401. OLE color: 1822401.
HSL color Cylindrical-coordinate representation of color #C1CE1B: hue angle of 64.36º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1CE1B is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 27 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.19 |
| HSL | 64.36º | 0.77% | 0.46% | - |
| HSV(B) | 64.36º | 0.87% | 0.81% | - |
| XYZ | 44.26 | 55.56 | 9.43 | - |
| YUV | 181.71 | 40.69 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 27 | 0.06 | 0 | 0.87 | 0.19 | 64.36 | 0.77 | 0.46 |
| Hex | C1 | CE | 1B | 6 | 0 | 57 | 13 | 40 | 4D | 2E |
| Octal | 301 | 316 | 33 | 6 | 0 | 127 | 23 | 100 | 115 | 56 |
| Binary | 11000001 | 11001110 | 11011 | 110 | 0 | 1010111 | 10011 | 1000000 | 1001101 | 101110 |
Color Harmonies of #C1CE1B
Complementary color
Monochromatic Colors of #C1CE1B
Black with #C1CE1B
Text Example
Text Example
White with #C1CE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE1B; }
p { color: rgb(193,206,27); }
H1.HeaderClassName
{
color: #C1CE1B;
}
.AnyTagClassName
{
color: #C1CE1B;
}
</style>
background-color css
<style>
a { background-color: #C1CE1B; }
a { background-color: rgb(193,206,27); }
div.DivClassName
{
background-color: #C1CE1B;
}
.BgClassName
{
background-color: #C1CE1B;
}
</style>
border-color css
<style>
span { border-color: #C1CE1B; }
span { border-color: rgb(193,206,27); }
td.TdClassName
{
border-color: #C1CE1B;
}
.TagClassName
{
border-color: #C1CE1B;
}
</style>