Shades of La Rioja #CACF02
Tints of La Rioja #CACF02
RGB
CMYK
RGB Variations
Color information
#CACF02 (or 0xCACF02) is known color: La Rioja. HEX triplet: CA, CF and 02. RGB value is (202,207,2). Sum of RGB (Red+Green+Blue) = 202+207+2=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACF02 is #3530FD. Grayscale: #B6B6B6. Windows color (decimal): -3485950 or 184266. OLE color: 184266.
HSL color Cylindrical-coordinate representation of color #CACF02: hue angle of 61.46º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CACF02 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.19 |
| HSL | 61.46º | 0.98% | 0.41% | - |
| HSV(B) | 61.46º | 0.99% | 0.81% | - |
| XYZ | 46.68 | 57.19 | 8.64 | - |
| YUV | 182.14 | 26.34 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 2 | 0.02 | 0 | 0.99 | 0.19 | 61.46 | 0.98 | 0.41 |
| Hex | CA | CF | 2 | 2 | 0 | 63 | 13 | 3D | 62 | 29 |
| Octal | 312 | 317 | 2 | 2 | 0 | 143 | 23 | 75 | 142 | 51 |
| Binary | 11001010 | 11001111 | 10 | 10 | 0 | 1100011 | 10011 | 111101 | 1100010 | 101001 |
Color Harmonies of #CACF02
Complementary color
Monochromatic Colors of #CACF02
Black with #CACF02
Text Example
Text Example
White with #CACF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF02; }
p { color: rgb(202,207,2); }
H1.HeaderClassName
{
color: #CACF02;
}
.AnyTagClassName
{
color: #CACF02;
}
</style>
background-color css
<style>
a { background-color: #CACF02; }
a { background-color: rgb(202,207,2); }
div.DivClassName
{
background-color: #CACF02;
}
.BgClassName
{
background-color: #CACF02;
}
</style>
border-color css
<style>
span { border-color: #CACF02; }
span { border-color: rgb(202,207,2); }
td.TdClassName
{
border-color: #CACF02;
}
.TagClassName
{
border-color: #CACF02;
}
</style>