Shades of Rio Grande #C2C31B
Tints of Rio Grande #C2C31B
RGB
CMYK
RGB Variations
Color information
#C2C31B (or 0xC2C31B) is known color: Rio Grande. HEX triplet: C2, C3 and 1B. RGB value is (194,195,27). Sum of RGB (Red+Green+Blue) = 194+195+27=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C31B is #3D3CE4. Grayscale: #B0B0B0. Windows color (decimal): -4013285 or 1819586. OLE color: 1819586.
HSL color Cylindrical-coordinate representation of color #C2C31B: hue angle of 60.36º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2C31B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 27 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.24 |
| HSL | 60.36º | 0.76% | 0.44% | - |
| HSV(B) | 60.36º | 0.86% | 0.76% | - |
| XYZ | 41.96 | 50.58 | 8.59 | - |
| YUV | 175.55 | 44.17 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 27 | 0.01 | 0 | 0.86 | 0.24 | 60.36 | 0.76 | 0.44 |
| Hex | C2 | C3 | 1B | 1 | 0 | 56 | 18 | 3C | 4C | 2C |
| Octal | 302 | 303 | 33 | 1 | 0 | 126 | 30 | 74 | 114 | 54 |
| Binary | 11000010 | 11000011 | 11011 | 1 | 0 | 1010110 | 11000 | 111100 | 1001100 | 101100 |
Color Harmonies of #C2C31B
Complementary color
Monochromatic Colors of #C2C31B
Black with #C2C31B
Text Example
Text Example
White with #C2C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C31B; }
p { color: rgb(194,195,27); }
H1.HeaderClassName
{
color: #C2C31B;
}
.AnyTagClassName
{
color: #C2C31B;
}
</style>
background-color css
<style>
a { background-color: #C2C31B; }
a { background-color: rgb(194,195,27); }
div.DivClassName
{
background-color: #C2C31B;
}
.BgClassName
{
background-color: #C2C31B;
}
</style>
border-color css
<style>
span { border-color: #C2C31B; }
span { border-color: rgb(194,195,27); }
td.TdClassName
{
border-color: #C2C31B;
}
.TagClassName
{
border-color: #C2C31B;
}
</style>