Shades of La Rioja #B7BA18
Tints of La Rioja #B7BA18
RGB
CMYK
RGB Variations
Color information
#B7BA18 (or 0xB7BA18) is known color: La Rioja. HEX triplet: B7, BA and 18. RGB value is (183,186,24). Sum of RGB (Red+Green+Blue) = 183+186+24=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA18 is #4845E7. Grayscale: #A7A7A7. Windows color (decimal): -4736488 or 1620663. OLE color: 1620663.
HSL color Cylindrical-coordinate representation of color #B7BA18: hue angle of 61.11º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7BA18 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 24 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.27 |
| HSL | 61.11º | 0.77% | 0.41% | - |
| HSV(B) | 61.11º | 0.87% | 0.73% | - |
| XYZ | 37.25 | 45.25 | 7.64 | - |
| YUV | 166.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 24 | 0.02 | 0 | 0.87 | 0.27 | 61.11 | 0.77 | 0.41 |
| Hex | B7 | BA | 18 | 2 | 0 | 57 | 1B | 3D | 4D | 29 |
| Octal | 267 | 272 | 30 | 2 | 0 | 127 | 33 | 75 | 115 | 51 |
| Binary | 10110111 | 10111010 | 11000 | 10 | 0 | 1010111 | 11011 | 111101 | 1001101 | 101001 |
Color Harmonies of #B7BA18
Complementary color
Monochromatic Colors of #B7BA18
Black with #B7BA18
Text Example
Text Example
White with #B7BA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA18; }
p { color: rgb(183,186,24); }
H1.HeaderClassName
{
color: #B7BA18;
}
.AnyTagClassName
{
color: #B7BA18;
}
</style>
background-color css
<style>
a { background-color: #B7BA18; }
a { background-color: rgb(183,186,24); }
div.DivClassName
{
background-color: #B7BA18;
}
.BgClassName
{
background-color: #B7BA18;
}
</style>
border-color css
<style>
span { border-color: #B7BA18; }
span { border-color: rgb(183,186,24); }
td.TdClassName
{
border-color: #B7BA18;
}
.TagClassName
{
border-color: #B7BA18;
}
</style>