Shades of La Rioja #B8C110
Tints of La Rioja #B8C110
RGB
CMYK
RGB Variations
Color information
#B8C110 (or 0xB8C110) is known color: La Rioja. HEX triplet: B8, C1 and 10. RGB value is (184,193,16). Sum of RGB (Red+Green+Blue) = 184+193+16=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C110 is #473EEF. Grayscale: #AAAAAA. Windows color (decimal): -4669168 or 1098168. OLE color: 1098168.
HSL color Cylindrical-coordinate representation of color #B8C110: hue angle of 63.05º 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 #B8C110 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.24 |
| HSL | 63.05º | 0.85% | 0.41% | - |
| HSV(B) | 63.05º | 0.92% | 0.76% | - |
| XYZ | 38.93 | 48.37 | 7.77 | - |
| YUV | 170.13 | 41.02 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 16 | 0.05 | 0 | 0.92 | 0.24 | 63.05 | 0.85 | 0.41 |
| Hex | B8 | C1 | 10 | 5 | 0 | 5C | 18 | 3F | 55 | 29 |
| Octal | 270 | 301 | 20 | 5 | 0 | 134 | 30 | 77 | 125 | 51 |
| Binary | 10111000 | 11000001 | 10000 | 101 | 0 | 1011100 | 11000 | 111111 | 1010101 | 101001 |
Color Harmonies of #B8C110
Complementary color
Monochromatic Colors of #B8C110
Black with #B8C110
Text Example
Text Example
White with #B8C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C110; }
p { color: rgb(184,193,16); }
H1.HeaderClassName
{
color: #B8C110;
}
.AnyTagClassName
{
color: #B8C110;
}
</style>
background-color css
<style>
a { background-color: #B8C110; }
a { background-color: rgb(184,193,16); }
div.DivClassName
{
background-color: #B8C110;
}
.BgClassName
{
background-color: #B8C110;
}
</style>
border-color css
<style>
span { border-color: #B8C110; }
span { border-color: rgb(184,193,16); }
td.TdClassName
{
border-color: #B8C110;
}
.TagClassName
{
border-color: #B8C110;
}
</style>