Shades of La Rioja #B1C70A
Tints of La Rioja #B1C70A
RGB
CMYK
RGB Variations
Color information
#B1C70A (or 0xB1C70A) is known color: La Rioja. HEX triplet: B1, C7 and 0A. RGB value is (177,199,10). Sum of RGB (Red+Green+Blue) = 177+199+10=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C70A is #4E38F5. Grayscale: #ABABAB. Windows color (decimal): -5126390 or 706481. OLE color: 706481.
HSL color Cylindrical-coordinate representation of color #B1C70A: hue angle of 66.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1C70A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.22 |
| HSL | 66.98º | 0.9% | 0.41% | - |
| HSV(B) | 66.98º | 0.95% | 0.78% | - |
| XYZ | 38.61 | 50.22 | 7.94 | - |
| YUV | 170.88 | 37.21 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 10 | 0.11 | 0 | 0.95 | 0.22 | 66.98 | 0.9 | 0.41 |
| Hex | B1 | C7 | A | B | 0 | 5F | 16 | 43 | 5A | 29 |
| Octal | 261 | 307 | 12 | 13 | 0 | 137 | 26 | 103 | 132 | 51 |
| Binary | 10110001 | 11000111 | 1010 | 1011 | 0 | 1011111 | 10110 | 1000011 | 1011010 | 101001 |
Color Harmonies of #B1C70A
Complementary color
Monochromatic Colors of #B1C70A
Black with #B1C70A
Text Example
Text Example
White with #B1C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C70A; }
p { color: rgb(177,199,10); }
H1.HeaderClassName
{
color: #B1C70A;
}
.AnyTagClassName
{
color: #B1C70A;
}
</style>
background-color css
<style>
a { background-color: #B1C70A; }
a { background-color: rgb(177,199,10); }
div.DivClassName
{
background-color: #B1C70A;
}
.BgClassName
{
background-color: #B1C70A;
}
</style>
border-color css
<style>
span { border-color: #B1C70A; }
span { border-color: rgb(177,199,10); }
td.TdClassName
{
border-color: #B1C70A;
}
.TagClassName
{
border-color: #B1C70A;
}
</style>