Shades of La Rioja #C4D204
Tints of La Rioja #C4D204
RGB
CMYK
RGB Variations
Color information
#C4D204 (or 0xC4D204) is known color: La Rioja. HEX triplet: C4, D2 and 04. RGB value is (196,210,4). Sum of RGB (Red+Green+Blue) = 196+210+4=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D204 is #3B2DFB. Grayscale: #B7B7B7. Windows color (decimal): -3878396 or 316100. OLE color: 316100.
HSL color Cylindrical-coordinate representation of color #C4D204: hue angle of 64.08º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4D204 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.18 |
| HSL | 64.08º | 0.96% | 0.42% | - |
| HSV(B) | 64.08º | 0.98% | 0.82% | - |
| XYZ | 45.83 | 57.84 | 8.86 | - |
| YUV | 182.33 | 27.36 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 4 | 0.07 | 0 | 0.98 | 0.18 | 64.08 | 0.96 | 0.42 |
| Hex | C4 | D2 | 4 | 7 | 0 | 62 | 12 | 40 | 60 | 2A |
| Octal | 304 | 322 | 4 | 7 | 0 | 142 | 22 | 100 | 140 | 52 |
| Binary | 11000100 | 11010010 | 100 | 111 | 0 | 1100010 | 10010 | 1000000 | 1100000 | 101010 |
Color Harmonies of #C4D204
Complementary color
Monochromatic Colors of #C4D204
Black with #C4D204
Text Example
Text Example
White with #C4D204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D204; }
p { color: rgb(196,210,4); }
H1.HeaderClassName
{
color: #C4D204;
}
.AnyTagClassName
{
color: #C4D204;
}
</style>
background-color css
<style>
a { background-color: #C4D204; }
a { background-color: rgb(196,210,4); }
div.DivClassName
{
background-color: #C4D204;
}
.BgClassName
{
background-color: #C4D204;
}
</style>
border-color css
<style>
span { border-color: #C4D204; }
span { border-color: rgb(196,210,4); }
td.TdClassName
{
border-color: #C4D204;
}
.TagClassName
{
border-color: #C4D204;
}
</style>