Shades of La Rioja #B7BA17
Tints of La Rioja #B7BA17
RGB
CMYK
RGB Variations
Color information
#B7BA17 (or 0xB7BA17) is known color: La Rioja. HEX triplet: B7, BA and 17. RGB value is (183,186,23). Sum of RGB (Red+Green+Blue) = 183+186+23=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA17 is #4845E8. Grayscale: #A7A7A7. Windows color (decimal): -4736489 or 1555127. OLE color: 1555127.
HSL color Cylindrical-coordinate representation of color #B7BA17: hue angle of 61.1º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7BA17 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 23 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.27 |
| HSL | 61.1º | 0.78% | 0.41% | - |
| HSV(B) | 61.1º | 0.88% | 0.73% | - |
| XYZ | 37.24 | 45.25 | 7.58 | - |
| YUV | 166.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 23 | 0.02 | 0 | 0.88 | 0.27 | 61.1 | 0.78 | 0.41 |
| Hex | B7 | BA | 17 | 2 | 0 | 58 | 1B | 3D | 4E | 29 |
| Octal | 267 | 272 | 27 | 2 | 0 | 130 | 33 | 75 | 116 | 51 |
| Binary | 10110111 | 10111010 | 10111 | 10 | 0 | 1011000 | 11011 | 111101 | 1001110 | 101001 |
Color Harmonies of #B7BA17
Complementary color
Monochromatic Colors of #B7BA17
Black with #B7BA17
Text Example
Text Example
White with #B7BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA17; }
p { color: rgb(183,186,23); }
H1.HeaderClassName
{
color: #B7BA17;
}
.AnyTagClassName
{
color: #B7BA17;
}
</style>
background-color css
<style>
a { background-color: #B7BA17; }
a { background-color: rgb(183,186,23); }
div.DivClassName
{
background-color: #B7BA17;
}
.BgClassName
{
background-color: #B7BA17;
}
</style>
border-color css
<style>
span { border-color: #B7BA17; }
span { border-color: rgb(183,186,23); }
td.TdClassName
{
border-color: #B7BA17;
}
.TagClassName
{
border-color: #B7BA17;
}
</style>