Shades of La Rioja #CABB02
Tints of La Rioja #CABB02
RGB
CMYK
RGB Variations
Color information
#CABB02 (or 0xCABB02) is known color: La Rioja. HEX triplet: CA, BB and 02. RGB value is (202,187,2). Sum of RGB (Red+Green+Blue) = 202+187+2=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB02 is #3544FD. Grayscale: #ABABAB. Windows color (decimal): -3491070 or 179146. OLE color: 179146.
HSL color Cylindrical-coordinate representation of color #CABB02: hue angle of 55.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CABB02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.21 |
| HSL | 55.5º | 0.98% | 0.4% | - |
| HSV(B) | 55.5º | 0.99% | 0.79% | - |
| XYZ | 42.14 | 48.1 | 7.12 | - |
| YUV | 170.4 | 32.97 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 2 | 0 | 0.07 | 0.99 | 0.21 | 55.5 | 0.98 | 0.4 |
| Hex | CA | BB | 2 | 0 | 7 | 63 | 15 | 38 | 62 | 28 |
| Octal | 312 | 273 | 2 | 0 | 7 | 143 | 25 | 70 | 142 | 50 |
| Binary | 11001010 | 10111011 | 10 | 0 | 111 | 1100011 | 10101 | 111000 | 1100010 | 101000 |
Color Harmonies of #CABB02
Complementary color
Monochromatic Colors of #CABB02
Black with #CABB02
Text Example
Text Example
White with #CABB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB02; }
p { color: rgb(202,187,2); }
H1.HeaderClassName
{
color: #CABB02;
}
.AnyTagClassName
{
color: #CABB02;
}
</style>
background-color css
<style>
a { background-color: #CABB02; }
a { background-color: rgb(202,187,2); }
div.DivClassName
{
background-color: #CABB02;
}
.BgClassName
{
background-color: #CABB02;
}
</style>
border-color css
<style>
span { border-color: #CABB02; }
span { border-color: rgb(202,187,2); }
td.TdClassName
{
border-color: #CABB02;
}
.TagClassName
{
border-color: #CABB02;
}
</style>