Shades of Rio Grande #C0BF25
Tints of Rio Grande #C0BF25
RGB
CMYK
RGB Variations
Color information
#C0BF25 (or 0xC0BF25) is known color: Rio Grande. HEX triplet: C0, BF and 25. RGB value is (192,191,37). Sum of RGB (Red+Green+Blue) = 192+191+37=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF25 is #3F40DA. Grayscale: #AEAEAE. Windows color (decimal): -4145371 or 2473920. OLE color: 2473920.
HSL color Cylindrical-coordinate representation of color #C0BF25: hue angle of 59.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0BF25 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 37 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.25 |
| HSL | 59.61º | 0.68% | 0.45% | - |
| HSV(B) | 59.61º | 0.81% | 0.75% | - |
| XYZ | 40.7 | 48.6 | 8.99 | - |
| YUV | 173.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 37 | 0 | 0.01 | 0.81 | 0.25 | 59.61 | 0.68 | 0.45 |
| Hex | C0 | BF | 25 | 0 | 1 | 51 | 19 | 3C | 44 | 2D |
| Octal | 300 | 277 | 45 | 0 | 1 | 121 | 31 | 74 | 104 | 55 |
| Binary | 11000000 | 10111111 | 100101 | 0 | 1 | 1010001 | 11001 | 111100 | 1000100 | 101101 |
Color Harmonies of #C0BF25
Complementary color
Monochromatic Colors of #C0BF25
Black with #C0BF25
Text Example
Text Example
White with #C0BF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF25; }
p { color: rgb(192,191,37); }
H1.HeaderClassName
{
color: #C0BF25;
}
.AnyTagClassName
{
color: #C0BF25;
}
</style>
background-color css
<style>
a { background-color: #C0BF25; }
a { background-color: rgb(192,191,37); }
div.DivClassName
{
background-color: #C0BF25;
}
.BgClassName
{
background-color: #C0BF25;
}
</style>
border-color css
<style>
span { border-color: #C0BF25; }
span { border-color: rgb(192,191,37); }
td.TdClassName
{
border-color: #C0BF25;
}
.TagClassName
{
border-color: #C0BF25;
}
</style>