Shades of La Rioja #B8C010
Tints of La Rioja #B8C010
RGB
CMYK
RGB Variations
Color information
#B8C010 (or 0xB8C010) is known color: La Rioja. HEX triplet: B8, C0 and 10. RGB value is (184,192,16). Sum of RGB (Red+Green+Blue) = 184+192+16=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C010 is #473FEF. Grayscale: #AAAAAA. Windows color (decimal): -4669424 or 1097912. OLE color: 1097912.
HSL color Cylindrical-coordinate representation of color #B8C010: hue angle of 62.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8C010 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.25 |
| HSL | 62.73º | 0.85% | 0.41% | - |
| HSV(B) | 62.73º | 0.92% | 0.75% | - |
| XYZ | 38.71 | 47.93 | 7.7 | - |
| YUV | 169.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 16 | 0.04 | 0 | 0.92 | 0.25 | 62.73 | 0.85 | 0.41 |
| Hex | B8 | C0 | 10 | 4 | 0 | 5C | 19 | 3F | 55 | 29 |
| Octal | 270 | 300 | 20 | 4 | 0 | 134 | 31 | 77 | 125 | 51 |
| Binary | 10111000 | 11000000 | 10000 | 100 | 0 | 1011100 | 11001 | 111111 | 1010101 | 101001 |
Color Harmonies of #B8C010
Complementary color
Monochromatic Colors of #B8C010
Black with #B8C010
Text Example
Text Example
White with #B8C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C010; }
p { color: rgb(184,192,16); }
H1.HeaderClassName
{
color: #B8C010;
}
.AnyTagClassName
{
color: #B8C010;
}
</style>
background-color css
<style>
a { background-color: #B8C010; }
a { background-color: rgb(184,192,16); }
div.DivClassName
{
background-color: #B8C010;
}
.BgClassName
{
background-color: #B8C010;
}
</style>
border-color css
<style>
span { border-color: #B8C010; }
span { border-color: rgb(184,192,16); }
td.TdClassName
{
border-color: #B8C010;
}
.TagClassName
{
border-color: #B8C010;
}
</style>