Shades of La Rioja #C2BB08
Tints of La Rioja #C2BB08
RGB
CMYK
RGB Variations
Color information
#C2BB08 (or 0xC2BB08) is known color: La Rioja. HEX triplet: C2, BB and 08. RGB value is (194,187,8). Sum of RGB (Red+Green+Blue) = 194+187+8=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB08 is #3D44F7. Grayscale: #A9A9A9. Windows color (decimal): -4015352 or 572354. OLE color: 572354.
HSL color Cylindrical-coordinate representation of color #C2BB08: hue angle of 57.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2BB08 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.24 |
| HSL | 57.74º | 0.92% | 0.4% | - |
| HSV(B) | 57.74º | 0.96% | 0.76% | - |
| XYZ | 40.06 | 47.03 | 7.2 | - |
| YUV | 168.69 | 37.32 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 8 | 0 | 0.04 | 0.96 | 0.24 | 57.74 | 0.92 | 0.4 |
| Hex | C2 | BB | 8 | 0 | 4 | 60 | 18 | 3A | 5C | 28 |
| Octal | 302 | 273 | 10 | 0 | 4 | 140 | 30 | 72 | 134 | 50 |
| Binary | 11000010 | 10111011 | 1000 | 0 | 100 | 1100000 | 11000 | 111010 | 1011100 | 101000 |
Color Harmonies of #C2BB08
Complementary color
Monochromatic Colors of #C2BB08
Black with #C2BB08
Text Example
Text Example
White with #C2BB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB08; }
p { color: rgb(194,187,8); }
H1.HeaderClassName
{
color: #C2BB08;
}
.AnyTagClassName
{
color: #C2BB08;
}
</style>
background-color css
<style>
a { background-color: #C2BB08; }
a { background-color: rgb(194,187,8); }
div.DivClassName
{
background-color: #C2BB08;
}
.BgClassName
{
background-color: #C2BB08;
}
</style>
border-color css
<style>
span { border-color: #C2BB08; }
span { border-color: rgb(194,187,8); }
td.TdClassName
{
border-color: #C2BB08;
}
.TagClassName
{
border-color: #C2BB08;
}
</style>