Shades of La Rioja #C0D50B
Tints of La Rioja #C0D50B
RGB
CMYK
RGB Variations
Color information
#C0D50B (or 0xC0D50B) is known color: La Rioja. HEX triplet: C0, D5 and 0B. RGB value is (192,213,11). Sum of RGB (Red+Green+Blue) = 192+213+11=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D50B is #3F2AF4. Grayscale: #B8B8B8. Windows color (decimal): -4139765 or 775616. OLE color: 775616.
HSL color Cylindrical-coordinate representation of color #C0D50B: hue angle of 66.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0D50B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.16 |
| HSL | 66.24º | 0.9% | 0.44% | - |
| HSV(B) | 66.24º | 0.95% | 0.84% | - |
| XYZ | 45.59 | 58.82 | 9.27 | - |
| YUV | 183.69 | 30.54 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 11 | 0.10 | 0 | 0.95 | 0.16 | 66.24 | 0.9 | 0.44 |
| Hex | C0 | D5 | B | A | 0 | 5F | 10 | 42 | 5A | 2C |
| Octal | 300 | 325 | 13 | 12 | 0 | 137 | 20 | 102 | 132 | 54 |
| Binary | 11000000 | 11010101 | 1011 | 1010 | 0 | 1011111 | 10000 | 1000010 | 1011010 | 101100 |
Color Harmonies of #C0D50B
Complementary color
Monochromatic Colors of #C0D50B
Black with #C0D50B
Text Example
Text Example
White with #C0D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D50B; }
p { color: rgb(192,213,11); }
H1.HeaderClassName
{
color: #C0D50B;
}
.AnyTagClassName
{
color: #C0D50B;
}
</style>
background-color css
<style>
a { background-color: #C0D50B; }
a { background-color: rgb(192,213,11); }
div.DivClassName
{
background-color: #C0D50B;
}
.BgClassName
{
background-color: #C0D50B;
}
</style>
border-color css
<style>
span { border-color: #C0D50B; }
span { border-color: rgb(192,213,11); }
td.TdClassName
{
border-color: #C0D50B;
}
.TagClassName
{
border-color: #C0D50B;
}
</style>