Shades of La Rioja #C2BB17
Tints of La Rioja #C2BB17
RGB
CMYK
RGB Variations
Color information
#C2BB17 (or 0xC2BB17) is known color: La Rioja. HEX triplet: C2, BB and 17. RGB value is (194,187,23). Sum of RGB (Red+Green+Blue) = 194+187+23=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB17 is #3D44E8. Grayscale: #ABABAB. Windows color (decimal): -4015337 or 1555394. OLE color: 1555394.
HSL color Cylindrical-coordinate representation of color #C2BB17: hue angle of 57.54º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2BB17 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 23 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.24 |
| HSL | 57.54º | 0.79% | 0.43% | - |
| HSV(B) | 57.54º | 0.88% | 0.76% | - |
| XYZ | 40.17 | 47.07 | 7.78 | - |
| YUV | 170.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 23 | 0 | 0.04 | 0.88 | 0.24 | 57.54 | 0.79 | 0.43 |
| Hex | C2 | BB | 17 | 0 | 4 | 58 | 18 | 3A | 4F | 2B |
| Octal | 302 | 273 | 27 | 0 | 4 | 130 | 30 | 72 | 117 | 53 |
| Binary | 11000010 | 10111011 | 10111 | 0 | 100 | 1011000 | 11000 | 111010 | 1001111 | 101011 |
Color Harmonies of #C2BB17
Complementary color
Monochromatic Colors of #C2BB17
Black with #C2BB17
Text Example
Text Example
White with #C2BB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB17; }
p { color: rgb(194,187,23); }
H1.HeaderClassName
{
color: #C2BB17;
}
.AnyTagClassName
{
color: #C2BB17;
}
</style>
background-color css
<style>
a { background-color: #C2BB17; }
a { background-color: rgb(194,187,23); }
div.DivClassName
{
background-color: #C2BB17;
}
.BgClassName
{
background-color: #C2BB17;
}
</style>
border-color css
<style>
span { border-color: #C2BB17; }
span { border-color: rgb(194,187,23); }
td.TdClassName
{
border-color: #C2BB17;
}
.TagClassName
{
border-color: #C2BB17;
}
</style>