Shades of La Rioja #B5C101
Tints of La Rioja #B5C101
RGB
CMYK
RGB Variations
Color information
#B5C101 (or 0xB5C101) is known color: La Rioja. HEX triplet: B5, C1 and 01. RGB value is (181,193,1). Sum of RGB (Red+Green+Blue) = 181+193+1=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C101 is #4A3EFE. Grayscale: #A8A8A8. Windows color (decimal): -4865791 or 115125. OLE color: 115125.
HSL color Cylindrical-coordinate representation of color #B5C101: hue angle of 63.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5C101 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.24 |
| HSL | 63.75º | 0.99% | 0.38% | - |
| HSV(B) | 63.75º | 0.99% | 0.76% | - |
| XYZ | 38.13 | 47.97 | 7.28 | - |
| YUV | 167.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 1 | 0.06 | 0 | 0.99 | 0.24 | 63.75 | 0.99 | 0.38 |
| Hex | B5 | C1 | 1 | 6 | 0 | 63 | 18 | 40 | 63 | 26 |
| Octal | 265 | 301 | 1 | 6 | 0 | 143 | 30 | 100 | 143 | 46 |
| Binary | 10110101 | 11000001 | 1 | 110 | 0 | 1100011 | 11000 | 1000000 | 1100011 | 100110 |
Color Harmonies of #B5C101
Complementary color
Monochromatic Colors of #B5C101
Black with #B5C101
Text Example
Text Example
White with #B5C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C101; }
p { color: rgb(181,193,1); }
H1.HeaderClassName
{
color: #B5C101;
}
.AnyTagClassName
{
color: #B5C101;
}
</style>
background-color css
<style>
a { background-color: #B5C101; }
a { background-color: rgb(181,193,1); }
div.DivClassName
{
background-color: #B5C101;
}
.BgClassName
{
background-color: #B5C101;
}
</style>
border-color css
<style>
span { border-color: #B5C101; }
span { border-color: rgb(181,193,1); }
td.TdClassName
{
border-color: #B5C101;
}
.TagClassName
{
border-color: #B5C101;
}
</style>