Shades of La Rioja #C4B902
Tints of La Rioja #C4B902
RGB
CMYK
RGB Variations
Color information
#C4B902 (or 0xC4B902) is known color: La Rioja. HEX triplet: C4, B9 and 02. RGB value is (196,185,2). Sum of RGB (Red+Green+Blue) = 196+185+2=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B902 is #3B46FD. Grayscale: #A8A8A8. Windows color (decimal): -3884798 or 178628. OLE color: 178628.
HSL color Cylindrical-coordinate representation of color #C4B902: hue angle of 56.6º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4B902 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.23 |
| HSL | 56.6º | 0.98% | 0.39% | - |
| HSV(B) | 56.6º | 0.99% | 0.77% | - |
| XYZ | 40.12 | 46.44 | 6.91 | - |
| YUV | 167.43 | 34.64 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 2 | 0 | 0.06 | 0.99 | 0.23 | 56.6 | 0.98 | 0.39 |
| Hex | C4 | B9 | 2 | 0 | 6 | 63 | 17 | 39 | 62 | 27 |
| Octal | 304 | 271 | 2 | 0 | 6 | 143 | 27 | 71 | 142 | 47 |
| Binary | 11000100 | 10111001 | 10 | 0 | 110 | 1100011 | 10111 | 111001 | 1100010 | 100111 |
Color Harmonies of #C4B902
Complementary color
Monochromatic Colors of #C4B902
Black with #C4B902
Text Example
Text Example
White with #C4B902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B902; }
p { color: rgb(196,185,2); }
H1.HeaderClassName
{
color: #C4B902;
}
.AnyTagClassName
{
color: #C4B902;
}
</style>
background-color css
<style>
a { background-color: #C4B902; }
a { background-color: rgb(196,185,2); }
div.DivClassName
{
background-color: #C4B902;
}
.BgClassName
{
background-color: #C4B902;
}
</style>
border-color css
<style>
span { border-color: #C4B902; }
span { border-color: rgb(196,185,2); }
td.TdClassName
{
border-color: #C4B902;
}
.TagClassName
{
border-color: #C4B902;
}
</style>