Shades of Rio Grande #C3CE1B
Tints of Rio Grande #C3CE1B
RGB
CMYK
RGB Variations
Color information
#C3CE1B (or 0xC3CE1B) is known color: Rio Grande. HEX triplet: C3, CE and 1B. RGB value is (195,206,27). Sum of RGB (Red+Green+Blue) = 195+206+27=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE1B is #3C31E4. Grayscale: #B7B7B7. Windows color (decimal): -3944933 or 1822403. OLE color: 1822403.
HSL color Cylindrical-coordinate representation of color #C3CE1B: hue angle of 63.69º 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 #C3CE1B is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 27 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.19 |
| HSL | 63.69º | 0.77% | 0.46% | - |
| HSV(B) | 63.69º | 0.87% | 0.81% | - |
| XYZ | 44.77 | 55.82 | 9.45 | - |
| YUV | 182.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 27 | 0.05 | 0 | 0.87 | 0.19 | 63.69 | 0.77 | 0.46 |
| Hex | C3 | CE | 1B | 5 | 0 | 57 | 13 | 40 | 4D | 2E |
| Octal | 303 | 316 | 33 | 5 | 0 | 127 | 23 | 100 | 115 | 56 |
| Binary | 11000011 | 11001110 | 11011 | 101 | 0 | 1010111 | 10011 | 1000000 | 1001101 | 101110 |
Color Harmonies of #C3CE1B
Complementary color
Monochromatic Colors of #C3CE1B
Black with #C3CE1B
Text Example
Text Example
White with #C3CE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CE1B; }
p { color: rgb(195,206,27); }
H1.HeaderClassName
{
color: #C3CE1B;
}
.AnyTagClassName
{
color: #C3CE1B;
}
</style>
background-color css
<style>
a { background-color: #C3CE1B; }
a { background-color: rgb(195,206,27); }
div.DivClassName
{
background-color: #C3CE1B;
}
.BgClassName
{
background-color: #C3CE1B;
}
</style>
border-color css
<style>
span { border-color: #C3CE1B; }
span { border-color: rgb(195,206,27); }
td.TdClassName
{
border-color: #C3CE1B;
}
.TagClassName
{
border-color: #C3CE1B;
}
</style>