Shades of La Rioja #C2BB02
Tints of La Rioja #C2BB02
RGB
CMYK
RGB Variations
Color information
#C2BB02 (or 0xC2BB02) is known color: La Rioja. HEX triplet: C2, BB and 02. RGB value is (194,187,2). Sum of RGB (Red+Green+Blue) = 194+187+2=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB02 is #3D44FD. Grayscale: #A8A8A8. Windows color (decimal): -4015358 or 179138. OLE color: 179138.
HSL color Cylindrical-coordinate representation of color #C2BB02: hue angle of 57.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2BB02 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.24 |
| HSL | 57.81º | 0.98% | 0.38% | - |
| HSV(B) | 57.81º | 0.99% | 0.76% | - |
| XYZ | 40.03 | 47.01 | 7.02 | - |
| YUV | 168 | 34.32 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 2 | 0 | 0.04 | 0.99 | 0.24 | 57.81 | 0.98 | 0.38 |
| Hex | C2 | BB | 2 | 0 | 4 | 63 | 18 | 3A | 62 | 26 |
| Octal | 302 | 273 | 2 | 0 | 4 | 143 | 30 | 72 | 142 | 46 |
| Binary | 11000010 | 10111011 | 10 | 0 | 100 | 1100011 | 11000 | 111010 | 1100010 | 100110 |
Color Harmonies of #C2BB02
Complementary color
Monochromatic Colors of #C2BB02
Black with #C2BB02
Text Example
Text Example
White with #C2BB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB02; }
p { color: rgb(194,187,2); }
H1.HeaderClassName
{
color: #C2BB02;
}
.AnyTagClassName
{
color: #C2BB02;
}
</style>
background-color css
<style>
a { background-color: #C2BB02; }
a { background-color: rgb(194,187,2); }
div.DivClassName
{
background-color: #C2BB02;
}
.BgClassName
{
background-color: #C2BB02;
}
</style>
border-color css
<style>
span { border-color: #C2BB02; }
span { border-color: rgb(194,187,2); }
td.TdClassName
{
border-color: #C2BB02;
}
.TagClassName
{
border-color: #C2BB02;
}
</style>