Shades of La Rioja #B8C512
Tints of La Rioja #B8C512
RGB
CMYK
RGB Variations
Color information
#B8C512 (or 0xB8C512) is known color: La Rioja. HEX triplet: B8, C5 and 12. RGB value is (184,197,18). Sum of RGB (Red+Green+Blue) = 184+197+18=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C512 is #473AED. Grayscale: #ADADAD. Windows color (decimal): -4668142 or 1230264. OLE color: 1230264.
HSL color Cylindrical-coordinate representation of color #B8C512: hue angle of 64.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8C512 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 18 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.23 |
| HSL | 64.36º | 0.83% | 0.42% | - |
| HSV(B) | 64.36º | 0.91% | 0.77% | - |
| XYZ | 39.84 | 50.17 | 8.16 | - |
| YUV | 172.71 | 40.69 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 18 | 0.07 | 0 | 0.91 | 0.23 | 64.36 | 0.83 | 0.42 |
| Hex | B8 | C5 | 12 | 7 | 0 | 5B | 17 | 40 | 53 | 2A |
| Octal | 270 | 305 | 22 | 7 | 0 | 133 | 27 | 100 | 123 | 52 |
| Binary | 10111000 | 11000101 | 10010 | 111 | 0 | 1011011 | 10111 | 1000000 | 1010011 | 101010 |
Color Harmonies of #B8C512
Complementary color
Monochromatic Colors of #B8C512
Black with #B8C512
Text Example
Text Example
White with #B8C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C512; }
p { color: rgb(184,197,18); }
H1.HeaderClassName
{
color: #B8C512;
}
.AnyTagClassName
{
color: #B8C512;
}
</style>
background-color css
<style>
a { background-color: #B8C512; }
a { background-color: rgb(184,197,18); }
div.DivClassName
{
background-color: #B8C512;
}
.BgClassName
{
background-color: #B8C512;
}
</style>
border-color css
<style>
span { border-color: #B8C512; }
span { border-color: rgb(184,197,18); }
td.TdClassName
{
border-color: #B8C512;
}
.TagClassName
{
border-color: #B8C512;
}
</style>