Shades of La Rioja #C4B900
Tints of La Rioja #C4B900
RGB
CMYK
RGB Variations
Color information
#C4B900 (or 0xC4B900) is known color: La Rioja. HEX triplet: C4, B9 and 00. RGB value is (196,185,0). Sum of RGB (Red+Green+Blue) = 196+185+0=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B900 is #3B46FF. Grayscale: #A7A7A7. Windows color (decimal): -3884800 or 47556. OLE color: 47556.
HSL color Cylindrical-coordinate representation of color #C4B900: hue angle of 56.63º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4B900 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.23 |
| HSL | 56.63º | 1% | 0.38% | - |
| HSV(B) | 56.63º | 1% | 0.77% | - |
| XYZ | 40.11 | 46.43 | 6.85 | - |
| YUV | 167.2 | 33.64 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 0 | 0 | 0.06 | 1 | 0.23 | 56.63 | 1 | 0.38 |
| Hex | C4 | B9 | 0 | 0 | 6 | 64 | 17 | 39 | 64 | 26 |
| Octal | 304 | 271 | 0 | 0 | 6 | 144 | 27 | 71 | 144 | 46 |
| Binary | 11000100 | 10111001 | 0 | 0 | 110 | 1100100 | 10111 | 111001 | 1100100 | 100110 |
Color Harmonies of #C4B900
Complementary color
Monochromatic Colors of #C4B900
Black with #C4B900
Text Example
Text Example
White with #C4B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B900; }
p { color: rgb(196,185,0); }
H1.HeaderClassName
{
color: #C4B900;
}
.AnyTagClassName
{
color: #C4B900;
}
</style>
background-color css
<style>
a { background-color: #C4B900; }
a { background-color: rgb(196,185,0); }
div.DivClassName
{
background-color: #C4B900;
}
.BgClassName
{
background-color: #C4B900;
}
</style>
border-color css
<style>
span { border-color: #C4B900; }
span { border-color: rgb(196,185,0); }
td.TdClassName
{
border-color: #C4B900;
}
.TagClassName
{
border-color: #C4B900;
}
</style>