Shades of Rio Grande #C0BE25
Tints of Rio Grande #C0BE25
RGB
CMYK
RGB Variations
Color information
#C0BE25 (or 0xC0BE25) is known color: Rio Grande. HEX triplet: C0, BE and 25. RGB value is (192,190,37). Sum of RGB (Red+Green+Blue) = 192+190+37=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE25 is #3F41DA. Grayscale: #ADADAD. Windows color (decimal): -4145627 or 2473664. OLE color: 2473664.
HSL color Cylindrical-coordinate representation of color #C0BE25: hue angle of 59.23º 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 #C0BE25 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 37 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.25 |
| HSL | 59.23º | 0.68% | 0.45% | - |
| HSV(B) | 59.23º | 0.81% | 0.75% | - |
| XYZ | 40.49 | 48.17 | 8.91 | - |
| YUV | 173.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 37 | 0 | 0.01 | 0.81 | 0.25 | 59.23 | 0.68 | 0.45 |
| Hex | C0 | BE | 25 | 0 | 1 | 51 | 19 | 3B | 44 | 2D |
| Octal | 300 | 276 | 45 | 0 | 1 | 121 | 31 | 73 | 104 | 55 |
| Binary | 11000000 | 10111110 | 100101 | 0 | 1 | 1010001 | 11001 | 111011 | 1000100 | 101101 |
Color Harmonies of #C0BE25
Complementary color
Monochromatic Colors of #C0BE25
Black with #C0BE25
Text Example
Text Example
White with #C0BE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE25; }
p { color: rgb(192,190,37); }
H1.HeaderClassName
{
color: #C0BE25;
}
.AnyTagClassName
{
color: #C0BE25;
}
</style>
background-color css
<style>
a { background-color: #C0BE25; }
a { background-color: rgb(192,190,37); }
div.DivClassName
{
background-color: #C0BE25;
}
.BgClassName
{
background-color: #C0BE25;
}
</style>
border-color css
<style>
span { border-color: #C0BE25; }
span { border-color: rgb(192,190,37); }
td.TdClassName
{
border-color: #C0BE25;
}
.TagClassName
{
border-color: #C0BE25;
}
</style>