Shades of La Rioja #CACE00
Tints of La Rioja #CACE00
RGB
CMYK
RGB Variations
Color information
#CACE00 (or 0xCACE00) is known color: La Rioja. HEX triplet: CA, CE and 00. RGB value is (202,206,0). Sum of RGB (Red+Green+Blue) = 202+206+0=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACE00 is #3531FF. Grayscale: #B6B6B6. Windows color (decimal): -3486208 or 52938. OLE color: 52938.
HSL color Cylindrical-coordinate representation of color #CACE00: hue angle of 61.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CACE00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.19 |
| HSL | 61.17º | 1% | 0.4% | - |
| HSV(B) | 61.17º | 1% | 0.81% | - |
| XYZ | 46.43 | 56.7 | 8.5 | - |
| YUV | 181.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 0 | 0.02 | 0 | 1 | 0.19 | 61.17 | 1 | 0.4 |
| Hex | CA | CE | 0 | 2 | 0 | 64 | 13 | 3D | 64 | 28 |
| Octal | 312 | 316 | 0 | 2 | 0 | 144 | 23 | 75 | 144 | 50 |
| Binary | 11001010 | 11001110 | 0 | 10 | 0 | 1100100 | 10011 | 111101 | 1100100 | 101000 |
Color Harmonies of #CACE00
Complementary color
Monochromatic Colors of #CACE00
Black with #CACE00
Text Example
Text Example
White with #CACE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE00; }
p { color: rgb(202,206,0); }
H1.HeaderClassName
{
color: #CACE00;
}
.AnyTagClassName
{
color: #CACE00;
}
</style>
background-color css
<style>
a { background-color: #CACE00; }
a { background-color: rgb(202,206,0); }
div.DivClassName
{
background-color: #CACE00;
}
.BgClassName
{
background-color: #CACE00;
}
</style>
border-color css
<style>
span { border-color: #CACE00; }
span { border-color: rgb(202,206,0); }
td.TdClassName
{
border-color: #CACE00;
}
.TagClassName
{
border-color: #CACE00;
}
</style>