Shades of Rio Grande #C0CC23
Tints of Rio Grande #C0CC23
RGB
CMYK
RGB Variations
Color information
#C0CC23 (or 0xC0CC23) is known color: Rio Grande. HEX triplet: C0, CC and 23. RGB value is (192,204,35). Sum of RGB (Red+Green+Blue) = 192+204+35=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 35 (14.06% from 255 or 8.12% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC23 is #3F33DC. Grayscale: #B5B5B5. Windows color (decimal): -4142045 or 2346176. OLE color: 2346176.
HSL color Cylindrical-coordinate representation of color #C0CC23: hue angle of 64.26º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0CC23 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 35 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.2 |
| HSL | 64.26º | 0.71% | 0.47% | - |
| HSV(B) | 64.26º | 0.83% | 0.8% | - |
| XYZ | 43.63 | 54.51 | 9.81 | - |
| YUV | 181.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 35 | 0.06 | 0 | 0.83 | 0.2 | 64.26 | 0.71 | 0.47 |
| Hex | C0 | CC | 23 | 6 | 0 | 53 | 14 | 40 | 47 | 2F |
| Octal | 300 | 314 | 43 | 6 | 0 | 123 | 24 | 100 | 107 | 57 |
| Binary | 11000000 | 11001100 | 100011 | 110 | 0 | 1010011 | 10100 | 1000000 | 1000111 | 101111 |
Color Harmonies of #C0CC23
Complementary color
Monochromatic Colors of #C0CC23
Black with #C0CC23
Text Example
Text Example
White with #C0CC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC23; }
p { color: rgb(192,204,35); }
H1.HeaderClassName
{
color: #C0CC23;
}
.AnyTagClassName
{
color: #C0CC23;
}
</style>
background-color css
<style>
a { background-color: #C0CC23; }
a { background-color: rgb(192,204,35); }
div.DivClassName
{
background-color: #C0CC23;
}
.BgClassName
{
background-color: #C0CC23;
}
</style>
border-color css
<style>
span { border-color: #C0CC23; }
span { border-color: rgb(192,204,35); }
td.TdClassName
{
border-color: #C0CC23;
}
.TagClassName
{
border-color: #C0CC23;
}
</style>