Shades of La Rioja #C4D00A
Tints of La Rioja #C4D00A
RGB
CMYK
RGB Variations
Color information
#C4D00A (or 0xC4D00A) is known color: La Rioja. HEX triplet: C4, D0 and 0A. RGB value is (196,208,10). Sum of RGB (Red+Green+Blue) = 196+208+10=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D00A is #3B2FF5. Grayscale: #B6B6B6. Windows color (decimal): -3878902 or 708804. OLE color: 708804.
HSL color Cylindrical-coordinate representation of color #C4D00A: hue angle of 63.64º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4D00A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.18 |
| HSL | 63.64º | 0.91% | 0.43% | - |
| HSV(B) | 63.64º | 0.95% | 0.82% | - |
| XYZ | 45.38 | 56.87 | 8.87 | - |
| YUV | 181.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 10 | 0.06 | 0 | 0.95 | 0.18 | 63.64 | 0.91 | 0.43 |
| Hex | C4 | D0 | A | 6 | 0 | 5F | 12 | 40 | 5B | 2B |
| Octal | 304 | 320 | 12 | 6 | 0 | 137 | 22 | 100 | 133 | 53 |
| Binary | 11000100 | 11010000 | 1010 | 110 | 0 | 1011111 | 10010 | 1000000 | 1011011 | 101011 |
Color Harmonies of #C4D00A
Complementary color
Monochromatic Colors of #C4D00A
Black with #C4D00A
Text Example
Text Example
White with #C4D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D00A; }
p { color: rgb(196,208,10); }
H1.HeaderClassName
{
color: #C4D00A;
}
.AnyTagClassName
{
color: #C4D00A;
}
</style>
background-color css
<style>
a { background-color: #C4D00A; }
a { background-color: rgb(196,208,10); }
div.DivClassName
{
background-color: #C4D00A;
}
.BgClassName
{
background-color: #C4D00A;
}
</style>
border-color css
<style>
span { border-color: #C4D00A; }
span { border-color: rgb(196,208,10); }
td.TdClassName
{
border-color: #C4D00A;
}
.TagClassName
{
border-color: #C4D00A;
}
</style>