Shades of La Rioja #B0B80C
Tints of La Rioja #B0B80C
RGB
CMYK
RGB Variations
Color information
#B0B80C (or 0xB0B80C) is known color: La Rioja. HEX triplet: B0, B8 and 0C. RGB value is (176,184,12). Sum of RGB (Red+Green+Blue) = 176+184+12=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B80C is #4F47F3. Grayscale: #A2A2A2. Windows color (decimal): -5195764 or 833712. OLE color: 833712.
HSL color Cylindrical-coordinate representation of color #B0B80C: hue angle of 62.79º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0B80C is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 184 | 12 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.28 |
| HSL | 62.79º | 0.88% | 0.38% | - |
| HSV(B) | 62.79º | 0.93% | 0.72% | - |
| XYZ | 35.11 | 43.54 | 6.9 | - |
| YUV | 162 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 12 | 0.04 | 0 | 0.93 | 0.28 | 62.79 | 0.88 | 0.38 |
| Hex | B0 | B8 | C | 4 | 0 | 5D | 1C | 3F | 58 | 26 |
| Octal | 260 | 270 | 14 | 4 | 0 | 135 | 34 | 77 | 130 | 46 |
| Binary | 10110000 | 10111000 | 1100 | 100 | 0 | 1011101 | 11100 | 111111 | 1011000 | 100110 |
Color Harmonies of #B0B80C
Complementary color
Monochromatic Colors of #B0B80C
Black with #B0B80C
Text Example
Text Example
White with #B0B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B80C; }
p { color: rgb(176,184,12); }
H1.HeaderClassName
{
color: #B0B80C;
}
.AnyTagClassName
{
color: #B0B80C;
}
</style>
background-color css
<style>
a { background-color: #B0B80C; }
a { background-color: rgb(176,184,12); }
div.DivClassName
{
background-color: #B0B80C;
}
.BgClassName
{
background-color: #B0B80C;
}
</style>
border-color css
<style>
span { border-color: #B0B80C; }
span { border-color: rgb(176,184,12); }
td.TdClassName
{
border-color: #B0B80C;
}
.TagClassName
{
border-color: #B0B80C;
}
</style>