Shades of Rio Grande #C0BC27
Tints of Rio Grande #C0BC27
RGB
CMYK
RGB Variations
Color information
#C0BC27 (or 0xC0BC27) is known color: Rio Grande. HEX triplet: C0, BC and 27. RGB value is (192,188,39). Sum of RGB (Red+Green+Blue) = 192+188+39=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC27 is #3F43D8. Grayscale: #ACACAC. Windows color (decimal): -4146137 or 2604224. OLE color: 2604224.
HSL color Cylindrical-coordinate representation of color #C0BC27: hue angle of 58.43º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0BC27 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 39 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.25 |
| HSL | 58.43º | 0.66% | 0.45% | - |
| HSV(B) | 58.43º | 0.8% | 0.75% | - |
| XYZ | 40.09 | 47.32 | 8.94 | - |
| YUV | 172.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 39 | 0 | 0.02 | 0.80 | 0.25 | 58.43 | 0.66 | 0.45 |
| Hex | C0 | BC | 27 | 0 | 2 | 50 | 19 | 3A | 42 | 2D |
| Octal | 300 | 274 | 47 | 0 | 2 | 120 | 31 | 72 | 102 | 55 |
| Binary | 11000000 | 10111100 | 100111 | 0 | 10 | 1010000 | 11001 | 111010 | 1000010 | 101101 |
Color Harmonies of #C0BC27
Complementary color
Monochromatic Colors of #C0BC27
Black with #C0BC27
Text Example
Text Example
White with #C0BC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC27; }
p { color: rgb(192,188,39); }
H1.HeaderClassName
{
color: #C0BC27;
}
.AnyTagClassName
{
color: #C0BC27;
}
</style>
background-color css
<style>
a { background-color: #C0BC27; }
a { background-color: rgb(192,188,39); }
div.DivClassName
{
background-color: #C0BC27;
}
.BgClassName
{
background-color: #C0BC27;
}
</style>
border-color css
<style>
span { border-color: #C0BC27; }
span { border-color: rgb(192,188,39); }
td.TdClassName
{
border-color: #C0BC27;
}
.TagClassName
{
border-color: #C0BC27;
}
</style>