Shades of Rio Grande #C0BE2E
Tints of Rio Grande #C0BE2E
RGB
CMYK
RGB Variations
Color information
#C0BE2E (or 0xC0BE2E) is known color: Rio Grande. HEX triplet: C0, BE and 2E. RGB value is (192,190,46). Sum of RGB (Red+Green+Blue) = 192+190+46=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE2E is #3F41D1. Grayscale: #AEAEAE. Windows color (decimal): -4145618 or 3063488. OLE color: 3063488.
HSL color Cylindrical-coordinate representation of color #C0BE2E: hue angle of 59.18º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0BE2E is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 46 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.25 |
| HSL | 59.18º | 0.61% | 0.47% | - |
| HSV(B) | 59.18º | 0.76% | 0.75% | - |
| XYZ | 40.64 | 48.23 | 9.75 | - |
| YUV | 174.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 46 | 0 | 0.01 | 0.76 | 0.25 | 59.18 | 0.61 | 0.47 |
| Hex | C0 | BE | 2E | 0 | 1 | 4C | 19 | 3B | 3D | 2F |
| Octal | 300 | 276 | 56 | 0 | 1 | 114 | 31 | 73 | 75 | 57 |
| Binary | 11000000 | 10111110 | 101110 | 0 | 1 | 1001100 | 11001 | 111011 | 111101 | 101111 |
Color Harmonies of #C0BE2E
Complementary color
Monochromatic Colors of #C0BE2E
Black with #C0BE2E
Text Example
Text Example
White with #C0BE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE2E; }
p { color: rgb(192,190,46); }
H1.HeaderClassName
{
color: #C0BE2E;
}
.AnyTagClassName
{
color: #C0BE2E;
}
</style>
background-color css
<style>
a { background-color: #C0BE2E; }
a { background-color: rgb(192,190,46); }
div.DivClassName
{
background-color: #C0BE2E;
}
.BgClassName
{
background-color: #C0BE2E;
}
</style>
border-color css
<style>
span { border-color: #C0BE2E; }
span { border-color: rgb(192,190,46); }
td.TdClassName
{
border-color: #C0BE2E;
}
.TagClassName
{
border-color: #C0BE2E;
}
</style>