Shades of La Rioja #B3C101
Tints of La Rioja #B3C101
RGB
CMYK
RGB Variations
Color information
#B3C101 (or 0xB3C101) is known color: La Rioja. HEX triplet: B3, C1 and 01. RGB value is (179,193,1). Sum of RGB (Red+Green+Blue) = 179+193+1=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C101 is #4C3EFE. Grayscale: #A7A7A7. Windows color (decimal): -4996863 or 115123. OLE color: 115123.
HSL color Cylindrical-coordinate representation of color #B3C101: hue angle of 64.38º 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 #B3C101 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.24 |
| HSL | 64.38º | 0.99% | 0.38% | - |
| HSV(B) | 64.38º | 0.99% | 0.76% | - |
| XYZ | 37.67 | 47.73 | 7.26 | - |
| YUV | 166.93 | 34.36 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 1 | 0.07 | 0 | 0.99 | 0.24 | 64.38 | 0.99 | 0.38 |
| Hex | B3 | C1 | 1 | 7 | 0 | 63 | 18 | 40 | 63 | 26 |
| Octal | 263 | 301 | 1 | 7 | 0 | 143 | 30 | 100 | 143 | 46 |
| Binary | 10110011 | 11000001 | 1 | 111 | 0 | 1100011 | 11000 | 1000000 | 1100011 | 100110 |
Color Harmonies of #B3C101
Complementary color
Monochromatic Colors of #B3C101
Black with #B3C101
Text Example
Text Example
White with #B3C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C101; }
p { color: rgb(179,193,1); }
H1.HeaderClassName
{
color: #B3C101;
}
.AnyTagClassName
{
color: #B3C101;
}
</style>
background-color css
<style>
a { background-color: #B3C101; }
a { background-color: rgb(179,193,1); }
div.DivClassName
{
background-color: #B3C101;
}
.BgClassName
{
background-color: #B3C101;
}
</style>
border-color css
<style>
span { border-color: #B3C101; }
span { border-color: rgb(179,193,1); }
td.TdClassName
{
border-color: #B3C101;
}
.TagClassName
{
border-color: #B3C101;
}
</style>