Shades of La Rioja #B0B40C
Tints of La Rioja #B0B40C
RGB
CMYK
RGB Variations
Color information
#B0B40C (or 0xB0B40C) is known color: La Rioja. HEX triplet: B0, B4 and 0C. RGB value is (176,180,12). Sum of RGB (Red+Green+Blue) = 176+180+12=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B40C is #4F4BF3. Grayscale: #A0A0A0. Windows color (decimal): -5196788 or 832688. OLE color: 832688.
HSL color Cylindrical-coordinate representation of color #B0B40C: hue angle of 61.43º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0B40C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 12 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.29 |
| HSL | 61.43º | 0.88% | 0.38% | - |
| HSV(B) | 61.43º | 0.93% | 0.71% | - |
| XYZ | 34.29 | 41.9 | 6.63 | - |
| YUV | 159.65 | 44.67 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 12 | 0.02 | 0 | 0.93 | 0.29 | 61.43 | 0.88 | 0.38 |
| Hex | B0 | B4 | C | 2 | 0 | 5D | 1D | 3D | 58 | 26 |
| Octal | 260 | 264 | 14 | 2 | 0 | 135 | 35 | 75 | 130 | 46 |
| Binary | 10110000 | 10110100 | 1100 | 10 | 0 | 1011101 | 11101 | 111101 | 1011000 | 100110 |
Color Harmonies of #B0B40C
Complementary color
Monochromatic Colors of #B0B40C
Black with #B0B40C
Text Example
Text Example
White with #B0B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B40C; }
p { color: rgb(176,180,12); }
H1.HeaderClassName
{
color: #B0B40C;
}
.AnyTagClassName
{
color: #B0B40C;
}
</style>
background-color css
<style>
a { background-color: #B0B40C; }
a { background-color: rgb(176,180,12); }
div.DivClassName
{
background-color: #B0B40C;
}
.BgClassName
{
background-color: #B0B40C;
}
</style>
border-color css
<style>
span { border-color: #B0B40C; }
span { border-color: rgb(176,180,12); }
td.TdClassName
{
border-color: #B0B40C;
}
.TagClassName
{
border-color: #B0B40C;
}
</style>