Shades of La Rioja #B0C70D
Tints of La Rioja #B0C70D
RGB
CMYK
RGB Variations
Color information
#B0C70D (or 0xB0C70D) is known color: La Rioja. HEX triplet: B0, C7 and 0D. RGB value is (176,199,13). Sum of RGB (Red+Green+Blue) = 176+199+13=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C70D is #4F38F2. Grayscale: #ABABAB. Windows color (decimal): -5191923 or 903088. OLE color: 903088.
HSL color Cylindrical-coordinate representation of color #B0C70D: hue angle of 67.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0C70D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 13 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.22 |
| HSL | 67.42º | 0.88% | 0.42% | - |
| HSV(B) | 67.42º | 0.93% | 0.78% | - |
| XYZ | 38.4 | 50.11 | 8.03 | - |
| YUV | 170.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 13 | 0.12 | 0 | 0.93 | 0.22 | 67.42 | 0.88 | 0.42 |
| Hex | B0 | C7 | D | C | 0 | 5D | 16 | 43 | 58 | 2A |
| Octal | 260 | 307 | 15 | 14 | 0 | 135 | 26 | 103 | 130 | 52 |
| Binary | 10110000 | 11000111 | 1101 | 1100 | 0 | 1011101 | 10110 | 1000011 | 1011000 | 101010 |
Color Harmonies of #B0C70D
Complementary color
Monochromatic Colors of #B0C70D
Black with #B0C70D
Text Example
Text Example
White with #B0C70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C70D; }
p { color: rgb(176,199,13); }
H1.HeaderClassName
{
color: #B0C70D;
}
.AnyTagClassName
{
color: #B0C70D;
}
</style>
background-color css
<style>
a { background-color: #B0C70D; }
a { background-color: rgb(176,199,13); }
div.DivClassName
{
background-color: #B0C70D;
}
.BgClassName
{
background-color: #B0C70D;
}
</style>
border-color css
<style>
span { border-color: #B0C70D; }
span { border-color: rgb(176,199,13); }
td.TdClassName
{
border-color: #B0C70D;
}
.TagClassName
{
border-color: #B0C70D;
}
</style>