Shades of Rio Grande #C0BF23
Tints of Rio Grande #C0BF23
RGB
CMYK
RGB Variations
Color information
#C0BF23 (or 0xC0BF23) is known color: Rio Grande. HEX triplet: C0, BF and 23. RGB value is (192,191,35). Sum of RGB (Red+Green+Blue) = 192+191+35=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF23 is #3F40DC. Grayscale: #AEAEAE. Windows color (decimal): -4145373 or 2342848. OLE color: 2342848.
HSL color Cylindrical-coordinate representation of color #C0BF23: hue angle of 59.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0BF23 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 35 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.25 |
| HSL | 59.62º | 0.69% | 0.45% | - |
| HSV(B) | 59.62º | 0.82% | 0.75% | - |
| XYZ | 40.67 | 48.59 | 8.83 | - |
| YUV | 173.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 35 | 0 | 0.01 | 0.82 | 0.25 | 59.62 | 0.69 | 0.45 |
| Hex | C0 | BF | 23 | 0 | 1 | 52 | 19 | 3C | 45 | 2D |
| Octal | 300 | 277 | 43 | 0 | 1 | 122 | 31 | 74 | 105 | 55 |
| Binary | 11000000 | 10111111 | 100011 | 0 | 1 | 1010010 | 11001 | 111100 | 1000101 | 101101 |
Color Harmonies of #C0BF23
Complementary color
Monochromatic Colors of #C0BF23
Black with #C0BF23
Text Example
Text Example
White with #C0BF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF23; }
p { color: rgb(192,191,35); }
H1.HeaderClassName
{
color: #C0BF23;
}
.AnyTagClassName
{
color: #C0BF23;
}
</style>
background-color css
<style>
a { background-color: #C0BF23; }
a { background-color: rgb(192,191,35); }
div.DivClassName
{
background-color: #C0BF23;
}
.BgClassName
{
background-color: #C0BF23;
}
</style>
border-color css
<style>
span { border-color: #C0BF23; }
span { border-color: rgb(192,191,35); }
td.TdClassName
{
border-color: #C0BF23;
}
.TagClassName
{
border-color: #C0BF23;
}
</style>