Shades of La Rioja #B3C310
Tints of La Rioja #B3C310
RGB
CMYK
RGB Variations
Color information
#B3C310 (or 0xB3C310) is known color: La Rioja. HEX triplet: B3, C3 and 10. RGB value is (179,195,16). Sum of RGB (Red+Green+Blue) = 179+195+16=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C310 is #4C3CEF. Grayscale: #AAAAAA. Windows color (decimal): -4996336 or 1098675. OLE color: 1098675.
HSL color Cylindrical-coordinate representation of color #B3C310: hue angle of 65.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3C310 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.24 |
| HSL | 65.36º | 0.85% | 0.41% | - |
| HSV(B) | 65.36º | 0.92% | 0.76% | - |
| XYZ | 38.2 | 48.65 | 7.87 | - |
| YUV | 169.81 | 41.2 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 16 | 0.08 | 0 | 0.92 | 0.24 | 65.36 | 0.85 | 0.41 |
| Hex | B3 | C3 | 10 | 8 | 0 | 5C | 18 | 41 | 55 | 29 |
| Octal | 263 | 303 | 20 | 10 | 0 | 134 | 30 | 101 | 125 | 51 |
| Binary | 10110011 | 11000011 | 10000 | 1000 | 0 | 1011100 | 11000 | 1000001 | 1010101 | 101001 |
Color Harmonies of #B3C310
Complementary color
Monochromatic Colors of #B3C310
Black with #B3C310
Text Example
Text Example
White with #B3C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C310; }
p { color: rgb(179,195,16); }
H1.HeaderClassName
{
color: #B3C310;
}
.AnyTagClassName
{
color: #B3C310;
}
</style>
background-color css
<style>
a { background-color: #B3C310; }
a { background-color: rgb(179,195,16); }
div.DivClassName
{
background-color: #B3C310;
}
.BgClassName
{
background-color: #B3C310;
}
</style>
border-color css
<style>
span { border-color: #B3C310; }
span { border-color: rgb(179,195,16); }
td.TdClassName
{
border-color: #B3C310;
}
.TagClassName
{
border-color: #B3C310;
}
</style>