Shades of La Rioja #C7BF00
Tints of La Rioja #C7BF00
RGB
CMYK
RGB Variations
Color information
#C7BF00 (or 0xC7BF00) is known color: La Rioja. HEX triplet: C7, BF and 00. RGB value is (199,191,0). Sum of RGB (Red+Green+Blue) = 199+191+0=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BF00 is #3840FF. Grayscale: #ACACAC. Windows color (decimal): -3686656 or 49095. OLE color: 49095.
HSL color Cylindrical-coordinate representation of color #C7BF00: hue angle of 57.59º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7BF00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.22 |
| HSL | 57.59º | 1% | 0.39% | - |
| HSV(B) | 57.59º | 1% | 0.78% | - |
| XYZ | 42.18 | 49.4 | 7.31 | - |
| YUV | 171.62 | 31.15 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 0 | 0 | 0.04 | 1 | 0.22 | 57.59 | 1 | 0.39 |
| Hex | C7 | BF | 0 | 0 | 4 | 64 | 16 | 3A | 64 | 27 |
| Octal | 307 | 277 | 0 | 0 | 4 | 144 | 26 | 72 | 144 | 47 |
| Binary | 11000111 | 10111111 | 0 | 0 | 100 | 1100100 | 10110 | 111010 | 1100100 | 100111 |
Color Harmonies of #C7BF00
Complementary color
Monochromatic Colors of #C7BF00
Black with #C7BF00
Text Example
Text Example
White with #C7BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF00; }
p { color: rgb(199,191,0); }
H1.HeaderClassName
{
color: #C7BF00;
}
.AnyTagClassName
{
color: #C7BF00;
}
</style>
background-color css
<style>
a { background-color: #C7BF00; }
a { background-color: rgb(199,191,0); }
div.DivClassName
{
background-color: #C7BF00;
}
.BgClassName
{
background-color: #C7BF00;
}
</style>
border-color css
<style>
span { border-color: #C7BF00; }
span { border-color: rgb(199,191,0); }
td.TdClassName
{
border-color: #C7BF00;
}
.TagClassName
{
border-color: #C7BF00;
}
</style>