Shades of La Rioja #B7C40C
Tints of La Rioja #B7C40C
RGB
CMYK
RGB Variations
Color information
#B7C40C (or 0xB7C40C) is known color: La Rioja. HEX triplet: B7, C4 and 0C. RGB value is (183,196,12). Sum of RGB (Red+Green+Blue) = 183+196+12=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C40C is #483BF3. Grayscale: #ABABAB. Windows color (decimal): -4733940 or 836791. OLE color: 836791.
HSL color Cylindrical-coordinate representation of color #B7C40C: hue angle of 64.24º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7C40C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.23 |
| HSL | 64.24º | 0.88% | 0.41% | - |
| HSV(B) | 64.24º | 0.94% | 0.77% | - |
| XYZ | 39.33 | 49.57 | 7.84 | - |
| YUV | 171.14 | 38.19 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 12 | 0.07 | 0 | 0.94 | 0.23 | 64.24 | 0.88 | 0.41 |
| Hex | B7 | C4 | C | 7 | 0 | 5E | 17 | 40 | 58 | 29 |
| Octal | 267 | 304 | 14 | 7 | 0 | 136 | 27 | 100 | 130 | 51 |
| Binary | 10110111 | 11000100 | 1100 | 111 | 0 | 1011110 | 10111 | 1000000 | 1011000 | 101001 |
Color Harmonies of #B7C40C
Complementary color
Monochromatic Colors of #B7C40C
Black with #B7C40C
Text Example
Text Example
White with #B7C40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C40C; }
p { color: rgb(183,196,12); }
H1.HeaderClassName
{
color: #B7C40C;
}
.AnyTagClassName
{
color: #B7C40C;
}
</style>
background-color css
<style>
a { background-color: #B7C40C; }
a { background-color: rgb(183,196,12); }
div.DivClassName
{
background-color: #B7C40C;
}
.BgClassName
{
background-color: #B7C40C;
}
</style>
border-color css
<style>
span { border-color: #B7C40C; }
span { border-color: rgb(183,196,12); }
td.TdClassName
{
border-color: #B7C40C;
}
.TagClassName
{
border-color: #B7C40C;
}
</style>