Shades of La Rioja #C4CF00
Tints of La Rioja #C4CF00
RGB
CMYK
RGB Variations
Color information
#C4CF00 (or 0xC4CF00) is known color: La Rioja. HEX triplet: C4, CF and 00. RGB value is (196,207,0). Sum of RGB (Red+Green+Blue) = 196+207+0=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CF00 is #3B30FF. Grayscale: #B4B4B4. Windows color (decimal): -3879168 or 53188. OLE color: 53188.
HSL color Cylindrical-coordinate representation of color #C4CF00: hue angle of 63.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4CF00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.19 |
| HSL | 63.19º | 1% | 0.41% | - |
| HSV(B) | 63.19º | 1% | 0.81% | - |
| XYZ | 45.08 | 56.36 | 8.5 | - |
| YUV | 180.11 | 26.36 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 0 | 0.05 | 0 | 1 | 0.19 | 63.19 | 1 | 0.41 |
| Hex | C4 | CF | 0 | 5 | 0 | 64 | 13 | 3F | 64 | 29 |
| Octal | 304 | 317 | 0 | 5 | 0 | 144 | 23 | 77 | 144 | 51 |
| Binary | 11000100 | 11001111 | 0 | 101 | 0 | 1100100 | 10011 | 111111 | 1100100 | 101001 |
Color Harmonies of #C4CF00
Complementary color
Monochromatic Colors of #C4CF00
Black with #C4CF00
Text Example
Text Example
White with #C4CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CF00; }
p { color: rgb(196,207,0); }
H1.HeaderClassName
{
color: #C4CF00;
}
.AnyTagClassName
{
color: #C4CF00;
}
</style>
background-color css
<style>
a { background-color: #C4CF00; }
a { background-color: rgb(196,207,0); }
div.DivClassName
{
background-color: #C4CF00;
}
.BgClassName
{
background-color: #C4CF00;
}
</style>
border-color css
<style>
span { border-color: #C4CF00; }
span { border-color: rgb(196,207,0); }
td.TdClassName
{
border-color: #C4CF00;
}
.TagClassName
{
border-color: #C4CF00;
}
</style>