Shades of La Rioja #C2BC09
Tints of La Rioja #C2BC09
RGB
CMYK
RGB Variations
Color information
#C2BC09 (or 0xC2BC09) is known color: La Rioja. HEX triplet: C2, BC and 09. RGB value is (194,188,9). Sum of RGB (Red+Green+Blue) = 194+188+9=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC09 is #3D43F6. Grayscale: #AAAAAA. Windows color (decimal): -4015095 or 638146. OLE color: 638146.
HSL color Cylindrical-coordinate representation of color #C2BC09: hue angle of 58.05º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2BC09 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 9 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.24 |
| HSL | 58.05º | 0.91% | 0.4% | - |
| HSV(B) | 58.05º | 0.95% | 0.76% | - |
| XYZ | 40.28 | 47.46 | 7.3 | - |
| YUV | 169.39 | 37.49 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 9 | 0 | 0.03 | 0.95 | 0.24 | 58.05 | 0.91 | 0.4 |
| Hex | C2 | BC | 9 | 0 | 3 | 5F | 18 | 3A | 5B | 28 |
| Octal | 302 | 274 | 11 | 0 | 3 | 137 | 30 | 72 | 133 | 50 |
| Binary | 11000010 | 10111100 | 1001 | 0 | 11 | 1011111 | 11000 | 111010 | 1011011 | 101000 |
Color Harmonies of #C2BC09
Complementary color
Monochromatic Colors of #C2BC09
Black with #C2BC09
Text Example
Text Example
White with #C2BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC09; }
p { color: rgb(194,188,9); }
H1.HeaderClassName
{
color: #C2BC09;
}
.AnyTagClassName
{
color: #C2BC09;
}
</style>
background-color css
<style>
a { background-color: #C2BC09; }
a { background-color: rgb(194,188,9); }
div.DivClassName
{
background-color: #C2BC09;
}
.BgClassName
{
background-color: #C2BC09;
}
</style>
border-color css
<style>
span { border-color: #C2BC09; }
span { border-color: rgb(194,188,9); }
td.TdClassName
{
border-color: #C2BC09;
}
.TagClassName
{
border-color: #C2BC09;
}
</style>