Shades of La Rioja #B7CA0C
Tints of La Rioja #B7CA0C
RGB
CMYK
RGB Variations
Color information
#B7CA0C (or 0xB7CA0C) is known color: La Rioja. HEX triplet: B7, CA and 0C. RGB value is (183,202,12). Sum of RGB (Red+Green+Blue) = 183+202+12=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CA0C is #4835F3. Grayscale: #AFAFAF. Windows color (decimal): -4732404 or 838327. OLE color: 838327.
HSL color Cylindrical-coordinate representation of color #B7CA0C: hue angle of 66º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7CA0C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 12 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.21 |
| HSL | 66º | 0.89% | 0.42% | - |
| HSV(B) | 66º | 0.94% | 0.79% | - |
| XYZ | 40.72 | 52.33 | 8.3 | - |
| YUV | 174.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 12 | 0.09 | 0 | 0.94 | 0.21 | 66 | 0.89 | 0.42 |
| Hex | B7 | CA | C | 9 | 0 | 5E | 15 | 42 | 59 | 2A |
| Octal | 267 | 312 | 14 | 11 | 0 | 136 | 25 | 102 | 131 | 52 |
| Binary | 10110111 | 11001010 | 1100 | 1001 | 0 | 1011110 | 10101 | 1000010 | 1011001 | 101010 |
Color Harmonies of #B7CA0C
Complementary color
Monochromatic Colors of #B7CA0C
Black with #B7CA0C
Text Example
Text Example
White with #B7CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA0C; }
p { color: rgb(183,202,12); }
H1.HeaderClassName
{
color: #B7CA0C;
}
.AnyTagClassName
{
color: #B7CA0C;
}
</style>
background-color css
<style>
a { background-color: #B7CA0C; }
a { background-color: rgb(183,202,12); }
div.DivClassName
{
background-color: #B7CA0C;
}
.BgClassName
{
background-color: #B7CA0C;
}
</style>
border-color css
<style>
span { border-color: #B7CA0C; }
span { border-color: rgb(183,202,12); }
td.TdClassName
{
border-color: #B7CA0C;
}
.TagClassName
{
border-color: #B7CA0C;
}
</style>