Shades of La Rioja #C4BC09
Tints of La Rioja #C4BC09
RGB
CMYK
RGB Variations
Color information
#C4BC09 (or 0xC4BC09) is known color: La Rioja. HEX triplet: C4, BC and 09. RGB value is (196,188,9). Sum of RGB (Red+Green+Blue) = 196+188+9=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BC09 is #3B43F6. Grayscale: #AAAAAA. Windows color (decimal): -3884023 or 638148. OLE color: 638148.
HSL color Cylindrical-coordinate representation of color #C4BC09: hue angle of 57.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4BC09 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 9 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.23 |
| HSL | 57.43º | 0.91% | 0.4% | - |
| HSV(B) | 57.43º | 0.95% | 0.77% | - |
| XYZ | 40.8 | 47.72 | 7.32 | - |
| YUV | 169.99 | 37.15 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 9 | 0 | 0.04 | 0.95 | 0.23 | 57.43 | 0.91 | 0.4 |
| Hex | C4 | BC | 9 | 0 | 4 | 5F | 17 | 39 | 5B | 28 |
| Octal | 304 | 274 | 11 | 0 | 4 | 137 | 27 | 71 | 133 | 50 |
| Binary | 11000100 | 10111100 | 1001 | 0 | 100 | 1011111 | 10111 | 111001 | 1011011 | 101000 |
Color Harmonies of #C4BC09
Complementary color
Monochromatic Colors of #C4BC09
Black with #C4BC09
Text Example
Text Example
White with #C4BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC09; }
p { color: rgb(196,188,9); }
H1.HeaderClassName
{
color: #C4BC09;
}
.AnyTagClassName
{
color: #C4BC09;
}
</style>
background-color css
<style>
a { background-color: #C4BC09; }
a { background-color: rgb(196,188,9); }
div.DivClassName
{
background-color: #C4BC09;
}
.BgClassName
{
background-color: #C4BC09;
}
</style>
border-color css
<style>
span { border-color: #C4BC09; }
span { border-color: rgb(196,188,9); }
td.TdClassName
{
border-color: #C4BC09;
}
.TagClassName
{
border-color: #C4BC09;
}
</style>