Shades of La Rioja #C0D702
Tints of La Rioja #C0D702
RGB
CMYK
RGB Variations
Color information
#C0D702 (or 0xC0D702) is known color: La Rioja. HEX triplet: C0, D7 and 02. RGB value is (192,215,2). Sum of RGB (Red+Green+Blue) = 192+215+2=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D702 is #3F28FD. Grayscale: #B8B8B8. Windows color (decimal): -4139262 or 186304. OLE color: 186304.
HSL color Cylindrical-coordinate representation of color #C0D702: hue angle of 66.48º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0D702 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.16 |
| HSL | 66.48º | 0.98% | 0.43% | - |
| HSV(B) | 66.48º | 0.99% | 0.84% | - |
| XYZ | 46.05 | 59.81 | 9.18 | - |
| YUV | 183.84 | 25.38 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 2 | 0.11 | 0 | 0.99 | 0.16 | 66.48 | 0.98 | 0.43 |
| Hex | C0 | D7 | 2 | B | 0 | 63 | 10 | 42 | 62 | 2B |
| Octal | 300 | 327 | 2 | 13 | 0 | 143 | 20 | 102 | 142 | 53 |
| Binary | 11000000 | 11010111 | 10 | 1011 | 0 | 1100011 | 10000 | 1000010 | 1100010 | 101011 |
Color Harmonies of #C0D702
Complementary color
Monochromatic Colors of #C0D702
Black with #C0D702
Text Example
Text Example
White with #C0D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D702; }
p { color: rgb(192,215,2); }
H1.HeaderClassName
{
color: #C0D702;
}
.AnyTagClassName
{
color: #C0D702;
}
</style>
background-color css
<style>
a { background-color: #C0D702; }
a { background-color: rgb(192,215,2); }
div.DivClassName
{
background-color: #C0D702;
}
.BgClassName
{
background-color: #C0D702;
}
</style>
border-color css
<style>
span { border-color: #C0D702; }
span { border-color: rgb(192,215,2); }
td.TdClassName
{
border-color: #C0D702;
}
.TagClassName
{
border-color: #C0D702;
}
</style>