Shades of La Rioja #B8C50A
Tints of La Rioja #B8C50A
RGB
CMYK
RGB Variations
Color information
#B8C50A (or 0xB8C50A) is known color: La Rioja. HEX triplet: B8, C5 and 0A. RGB value is (184,197,10). Sum of RGB (Red+Green+Blue) = 184+197+10=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C50A is #473AF5. Grayscale: #ACACAC. Windows color (decimal): -4668150 or 705976. OLE color: 705976.
HSL color Cylindrical-coordinate representation of color #B8C50A: hue angle of 64.17º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8C50A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 10 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.23 |
| HSL | 64.17º | 0.9% | 0.41% | - |
| HSV(B) | 64.17º | 0.95% | 0.77% | - |
| XYZ | 39.79 | 50.14 | 7.87 | - |
| YUV | 171.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 10 | 0.07 | 0 | 0.95 | 0.23 | 64.17 | 0.9 | 0.41 |
| Hex | B8 | C5 | A | 7 | 0 | 5F | 17 | 40 | 5A | 29 |
| Octal | 270 | 305 | 12 | 7 | 0 | 137 | 27 | 100 | 132 | 51 |
| Binary | 10111000 | 11000101 | 1010 | 111 | 0 | 1011111 | 10111 | 1000000 | 1011010 | 101001 |
Color Harmonies of #B8C50A
Complementary color
Monochromatic Colors of #B8C50A
Black with #B8C50A
Text Example
Text Example
White with #B8C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C50A; }
p { color: rgb(184,197,10); }
H1.HeaderClassName
{
color: #B8C50A;
}
.AnyTagClassName
{
color: #B8C50A;
}
</style>
background-color css
<style>
a { background-color: #B8C50A; }
a { background-color: rgb(184,197,10); }
div.DivClassName
{
background-color: #B8C50A;
}
.BgClassName
{
background-color: #B8C50A;
}
</style>
border-color css
<style>
span { border-color: #B8C50A; }
span { border-color: rgb(184,197,10); }
td.TdClassName
{
border-color: #B8C50A;
}
.TagClassName
{
border-color: #B8C50A;
}
</style>