Shades of La Rioja #C2C90B
Tints of La Rioja #C2C90B
RGB
CMYK
RGB Variations
Color information
#C2C90B (or 0xC2C90B) is known color: La Rioja. HEX triplet: C2, C9 and 0B. RGB value is (194,201,11). Sum of RGB (Red+Green+Blue) = 194+201+11=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C90B is #3D36F4. Grayscale: #B2B2B2. Windows color (decimal): -4011765 or 772546. OLE color: 772546.
HSL color Cylindrical-coordinate representation of color #C2C90B: hue angle of 62.21º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2C90B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 11 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.21 |
| HSL | 62.21º | 0.9% | 0.42% | - |
| HSV(B) | 62.21º | 0.95% | 0.79% | - |
| XYZ | 43.2 | 53.27 | 8.32 | - |
| YUV | 177.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 11 | 0.03 | 0 | 0.95 | 0.21 | 62.21 | 0.9 | 0.42 |
| Hex | C2 | C9 | B | 3 | 0 | 5F | 15 | 3E | 5A | 2A |
| Octal | 302 | 311 | 13 | 3 | 0 | 137 | 25 | 76 | 132 | 52 |
| Binary | 11000010 | 11001001 | 1011 | 11 | 0 | 1011111 | 10101 | 111110 | 1011010 | 101010 |
Color Harmonies of #C2C90B
Complementary color
Monochromatic Colors of #C2C90B
Black with #C2C90B
Text Example
Text Example
White with #C2C90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C90B; }
p { color: rgb(194,201,11); }
H1.HeaderClassName
{
color: #C2C90B;
}
.AnyTagClassName
{
color: #C2C90B;
}
</style>
background-color css
<style>
a { background-color: #C2C90B; }
a { background-color: rgb(194,201,11); }
div.DivClassName
{
background-color: #C2C90B;
}
.BgClassName
{
background-color: #C2C90B;
}
</style>
border-color css
<style>
span { border-color: #C2C90B; }
span { border-color: rgb(194,201,11); }
td.TdClassName
{
border-color: #C2C90B;
}
.TagClassName
{
border-color: #C2C90B;
}
</style>