Shades of La Rioja #CABF00
Tints of La Rioja #CABF00
RGB
CMYK
RGB Variations
Color information
#CABF00 (or 0xCABF00) is known color: La Rioja. HEX triplet: CA, BF and 00. RGB value is (202,191,0). Sum of RGB (Red+Green+Blue) = 202+191+0=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABF00 is #3540FF. Grayscale: #ADADAD. Windows color (decimal): -3490048 or 49098. OLE color: 49098.
HSL color Cylindrical-coordinate representation of color #CABF00: hue angle of 56.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CABF00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 191 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.21 |
| HSL | 56.73º | 1% | 0.4% | - |
| HSV(B) | 56.73º | 1% | 0.79% | - |
| XYZ | 42.99 | 49.82 | 7.35 | - |
| YUV | 172.52 | 30.64 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 0 | 0 | 0.05 | 1 | 0.21 | 56.73 | 1 | 0.4 |
| Hex | CA | BF | 0 | 0 | 5 | 64 | 15 | 39 | 64 | 28 |
| Octal | 312 | 277 | 0 | 0 | 5 | 144 | 25 | 71 | 144 | 50 |
| Binary | 11001010 | 10111111 | 0 | 0 | 101 | 1100100 | 10101 | 111001 | 1100100 | 101000 |
Color Harmonies of #CABF00
Complementary color
Monochromatic Colors of #CABF00
Black with #CABF00
Text Example
Text Example
White with #CABF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABF00; }
p { color: rgb(202,191,0); }
H1.HeaderClassName
{
color: #CABF00;
}
.AnyTagClassName
{
color: #CABF00;
}
</style>
background-color css
<style>
a { background-color: #CABF00; }
a { background-color: rgb(202,191,0); }
div.DivClassName
{
background-color: #CABF00;
}
.BgClassName
{
background-color: #CABF00;
}
</style>
border-color css
<style>
span { border-color: #CABF00; }
span { border-color: rgb(202,191,0); }
td.TdClassName
{
border-color: #CABF00;
}
.TagClassName
{
border-color: #CABF00;
}
</style>