Shades of La Rioja #C2BF09
Tints of La Rioja #C2BF09
RGB
CMYK
RGB Variations
Color information
#C2BF09 (or 0xC2BF09) is known color: La Rioja. HEX triplet: C2, BF and 09. RGB value is (194,191,9). Sum of RGB (Red+Green+Blue) = 194+191+9=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF09 is #3D40F6. Grayscale: #ABABAB. Windows color (decimal): -4014327 or 638914. OLE color: 638914.
HSL color Cylindrical-coordinate representation of color #C2BF09: hue angle of 59.03º 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 #C2BF09 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 9 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.24 |
| HSL | 59.03º | 0.91% | 0.4% | - |
| HSV(B) | 59.03º | 0.95% | 0.76% | - |
| XYZ | 40.93 | 48.75 | 7.51 | - |
| YUV | 171.15 | 36.49 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 9 | 0 | 0.02 | 0.95 | 0.24 | 59.03 | 0.91 | 0.4 |
| Hex | C2 | BF | 9 | 0 | 2 | 5F | 18 | 3B | 5B | 28 |
| Octal | 302 | 277 | 11 | 0 | 2 | 137 | 30 | 73 | 133 | 50 |
| Binary | 11000010 | 10111111 | 1001 | 0 | 10 | 1011111 | 11000 | 111011 | 1011011 | 101000 |
Color Harmonies of #C2BF09
Complementary color
Monochromatic Colors of #C2BF09
Black with #C2BF09
Text Example
Text Example
White with #C2BF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF09; }
p { color: rgb(194,191,9); }
H1.HeaderClassName
{
color: #C2BF09;
}
.AnyTagClassName
{
color: #C2BF09;
}
</style>
background-color css
<style>
a { background-color: #C2BF09; }
a { background-color: rgb(194,191,9); }
div.DivClassName
{
background-color: #C2BF09;
}
.BgClassName
{
background-color: #C2BF09;
}
</style>
border-color css
<style>
span { border-color: #C2BF09; }
span { border-color: rgb(194,191,9); }
td.TdClassName
{
border-color: #C2BF09;
}
.TagClassName
{
border-color: #C2BF09;
}
</style>