Shades of La Rioja #C0BD1B
Tints of La Rioja #C0BD1B
RGB
CMYK
RGB Variations
Color information
#C0BD1B (or 0xC0BD1B) is known color: La Rioja. HEX triplet: C0, BD and 1B. RGB value is (192,189,27). Sum of RGB (Red+Green+Blue) = 192+189+27=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD1B is #3F42E4. Grayscale: #ACACAC. Windows color (decimal): -4145893 or 1818048. OLE color: 1818048.
HSL color Cylindrical-coordinate representation of color #C0BD1B: hue angle of 58.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0BD1B is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 27 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.25 |
| HSL | 58.91º | 0.75% | 0.43% | - |
| HSV(B) | 58.91º | 0.86% | 0.75% | - |
| XYZ | 40.13 | 47.68 | 8.12 | - |
| YUV | 171.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 27 | 0 | 0.02 | 0.86 | 0.25 | 58.91 | 0.75 | 0.43 |
| Hex | C0 | BD | 1B | 0 | 2 | 56 | 19 | 3B | 4B | 2B |
| Octal | 300 | 275 | 33 | 0 | 2 | 126 | 31 | 73 | 113 | 53 |
| Binary | 11000000 | 10111101 | 11011 | 0 | 10 | 1010110 | 11001 | 111011 | 1001011 | 101011 |
Color Harmonies of #C0BD1B
Complementary color
Monochromatic Colors of #C0BD1B
Black with #C0BD1B
Text Example
Text Example
White with #C0BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD1B; }
p { color: rgb(192,189,27); }
H1.HeaderClassName
{
color: #C0BD1B;
}
.AnyTagClassName
{
color: #C0BD1B;
}
</style>
background-color css
<style>
a { background-color: #C0BD1B; }
a { background-color: rgb(192,189,27); }
div.DivClassName
{
background-color: #C0BD1B;
}
.BgClassName
{
background-color: #C0BD1B;
}
</style>
border-color css
<style>
span { border-color: #C0BD1B; }
span { border-color: rgb(192,189,27); }
td.TdClassName
{
border-color: #C0BD1B;
}
.TagClassName
{
border-color: #C0BD1B;
}
</style>