Shades of La Rioja #B8D107
Tints of La Rioja #B8D107
RGB
CMYK
RGB Variations
Color information
#B8D107 (or 0xB8D107) is known color: La Rioja. HEX triplet: B8, D1 and 07. RGB value is (184,209,7). Sum of RGB (Red+Green+Blue) = 184+209+7=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D107 is #472EF8. Grayscale: #B3B3B3. Windows color (decimal): -4665081 or 512440. OLE color: 512440.
HSL color Cylindrical-coordinate representation of color #B8D107: hue angle of 67.43º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8D107 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 7 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.18 |
| HSL | 67.43º | 0.94% | 0.42% | - |
| HSV(B) | 67.43º | 0.97% | 0.82% | - |
| XYZ | 42.61 | 55.81 | 8.73 | - |
| YUV | 178.5 | 31.22 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 7 | 0.12 | 0 | 0.97 | 0.18 | 67.43 | 0.94 | 0.42 |
| Hex | B8 | D1 | 7 | C | 0 | 61 | 12 | 43 | 5E | 2A |
| Octal | 270 | 321 | 7 | 14 | 0 | 141 | 22 | 103 | 136 | 52 |
| Binary | 10111000 | 11010001 | 111 | 1100 | 0 | 1100001 | 10010 | 1000011 | 1011110 | 101010 |
Color Harmonies of #B8D107
Complementary color
Monochromatic Colors of #B8D107
Black with #B8D107
Text Example
Text Example
White with #B8D107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D107; }
p { color: rgb(184,209,7); }
H1.HeaderClassName
{
color: #B8D107;
}
.AnyTagClassName
{
color: #B8D107;
}
</style>
background-color css
<style>
a { background-color: #B8D107; }
a { background-color: rgb(184,209,7); }
div.DivClassName
{
background-color: #B8D107;
}
.BgClassName
{
background-color: #B8D107;
}
</style>
border-color css
<style>
span { border-color: #B8D107; }
span { border-color: rgb(184,209,7); }
td.TdClassName
{
border-color: #B8D107;
}
.TagClassName
{
border-color: #B8D107;
}
</style>