Shades of La Rioja #C5BE09
Tints of La Rioja #C5BE09
RGB
CMYK
RGB Variations
Color information
#C5BE09 (or 0xC5BE09) is known color: La Rioja. HEX triplet: C5, BE and 09. RGB value is (197,190,9). Sum of RGB (Red+Green+Blue) = 197+190+9=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BE09 is #3A41F6. Grayscale: #ACACAC. Windows color (decimal): -3817975 or 638661. OLE color: 638661.
HSL color Cylindrical-coordinate representation of color #C5BE09: hue angle of 57.77º 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 #C5BE09 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 9 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.23 |
| HSL | 57.77º | 0.91% | 0.4% | - |
| HSV(B) | 57.77º | 0.95% | 0.77% | - |
| XYZ | 41.49 | 48.72 | 7.48 | - |
| YUV | 171.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 9 | 0 | 0.04 | 0.95 | 0.23 | 57.77 | 0.91 | 0.4 |
| Hex | C5 | BE | 9 | 0 | 4 | 5F | 17 | 3A | 5B | 28 |
| Octal | 305 | 276 | 11 | 0 | 4 | 137 | 27 | 72 | 133 | 50 |
| Binary | 11000101 | 10111110 | 1001 | 0 | 100 | 1011111 | 10111 | 111010 | 1011011 | 101000 |
Color Harmonies of #C5BE09
Complementary color
Monochromatic Colors of #C5BE09
Black with #C5BE09
Text Example
Text Example
White with #C5BE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE09; }
p { color: rgb(197,190,9); }
H1.HeaderClassName
{
color: #C5BE09;
}
.AnyTagClassName
{
color: #C5BE09;
}
</style>
background-color css
<style>
a { background-color: #C5BE09; }
a { background-color: rgb(197,190,9); }
div.DivClassName
{
background-color: #C5BE09;
}
.BgClassName
{
background-color: #C5BE09;
}
</style>
border-color css
<style>
span { border-color: #C5BE09; }
span { border-color: rgb(197,190,9); }
td.TdClassName
{
border-color: #C5BE09;
}
.TagClassName
{
border-color: #C5BE09;
}
</style>