Shades of La Rioja #B3C50B
Tints of La Rioja #B3C50B
RGB
CMYK
RGB Variations
Color information
#B3C50B (or 0xB3C50B) is known color: La Rioja. HEX triplet: B3, C5 and 0B. RGB value is (179,197,11). Sum of RGB (Red+Green+Blue) = 179+197+11=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C50B is #4C3AF4. Grayscale: #ABABAB. Windows color (decimal): -4995829 or 771507. OLE color: 771507.
HSL color Cylindrical-coordinate representation of color #B3C50B: hue angle of 65.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3C50B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.23 |
| HSL | 65.81º | 0.89% | 0.41% | - |
| HSV(B) | 65.81º | 0.94% | 0.77% | - |
| XYZ | 38.62 | 49.54 | 7.84 | - |
| YUV | 170.41 | 38.04 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 11 | 0.09 | 0 | 0.94 | 0.23 | 65.81 | 0.89 | 0.41 |
| Hex | B3 | C5 | B | 9 | 0 | 5E | 17 | 42 | 59 | 29 |
| Octal | 263 | 305 | 13 | 11 | 0 | 136 | 27 | 102 | 131 | 51 |
| Binary | 10110011 | 11000101 | 1011 | 1001 | 0 | 1011110 | 10111 | 1000010 | 1011001 | 101001 |
Color Harmonies of #B3C50B
Complementary color
Monochromatic Colors of #B3C50B
Black with #B3C50B
Text Example
Text Example
White with #B3C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C50B; }
p { color: rgb(179,197,11); }
H1.HeaderClassName
{
color: #B3C50B;
}
.AnyTagClassName
{
color: #B3C50B;
}
</style>
background-color css
<style>
a { background-color: #B3C50B; }
a { background-color: rgb(179,197,11); }
div.DivClassName
{
background-color: #B3C50B;
}
.BgClassName
{
background-color: #B3C50B;
}
</style>
border-color css
<style>
span { border-color: #B3C50B; }
span { border-color: rgb(179,197,11); }
td.TdClassName
{
border-color: #B3C50B;
}
.TagClassName
{
border-color: #B3C50B;
}
</style>