Shades of Rio Grande #C0BF22
Tints of Rio Grande #C0BF22
RGB
CMYK
RGB Variations
Color information
#C0BF22 (or 0xC0BF22) is known color: Rio Grande. HEX triplet: C0, BF and 22. RGB value is (192,191,34). Sum of RGB (Red+Green+Blue) = 192+191+34=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF22 is #3F40DD. Grayscale: #AEAEAE. Windows color (decimal): -4145374 or 2277312. OLE color: 2277312.
HSL color Cylindrical-coordinate representation of color #C0BF22: hue angle of 59.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0BF22 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 34 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.25 |
| HSL | 59.62º | 0.7% | 0.44% | - |
| HSV(B) | 59.62º | 0.82% | 0.75% | - |
| XYZ | 40.66 | 48.58 | 8.75 | - |
| YUV | 173.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 34 | 0 | 0.01 | 0.82 | 0.25 | 59.62 | 0.7 | 0.44 |
| Hex | C0 | BF | 22 | 0 | 1 | 52 | 19 | 3C | 46 | 2C |
| Octal | 300 | 277 | 42 | 0 | 1 | 122 | 31 | 74 | 106 | 54 |
| Binary | 11000000 | 10111111 | 100010 | 0 | 1 | 1010010 | 11001 | 111100 | 1000110 | 101100 |
Color Harmonies of #C0BF22
Complementary color
Monochromatic Colors of #C0BF22
Black with #C0BF22
Text Example
Text Example
White with #C0BF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF22; }
p { color: rgb(192,191,34); }
H1.HeaderClassName
{
color: #C0BF22;
}
.AnyTagClassName
{
color: #C0BF22;
}
</style>
background-color css
<style>
a { background-color: #C0BF22; }
a { background-color: rgb(192,191,34); }
div.DivClassName
{
background-color: #C0BF22;
}
.BgClassName
{
background-color: #C0BF22;
}
</style>
border-color css
<style>
span { border-color: #C0BF22; }
span { border-color: rgb(192,191,34); }
td.TdClassName
{
border-color: #C0BF22;
}
.TagClassName
{
border-color: #C0BF22;
}
</style>