Shades of La Rioja #B3D103
Tints of La Rioja #B3D103
RGB
CMYK
RGB Variations
Color information
#B3D103 (or 0xB3D103) is known color: La Rioja. HEX triplet: B3, D1 and 03. RGB value is (179,209,3). Sum of RGB (Red+Green+Blue) = 179+209+3=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3D103 is #4C2EFC. Grayscale: #B1B1B1. Windows color (decimal): -4992765 or 250291. OLE color: 250291.
HSL color Cylindrical-coordinate representation of color #B3D103: hue angle of 68.74º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3D103 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 209 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.18 |
| HSL | 68.74º | 0.97% | 0.42% | - |
| HSV(B) | 68.74º | 0.99% | 0.82% | - |
| XYZ | 41.41 | 55.19 | 8.56 | - |
| YUV | 176.55 | 30.06 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 209 | 3 | 0.14 | 0 | 0.99 | 0.18 | 68.74 | 0.97 | 0.42 |
| Hex | B3 | D1 | 3 | E | 0 | 63 | 12 | 45 | 61 | 2A |
| Octal | 263 | 321 | 3 | 16 | 0 | 143 | 22 | 105 | 141 | 52 |
| Binary | 10110011 | 11010001 | 11 | 1110 | 0 | 1100011 | 10010 | 1000101 | 1100001 | 101010 |
Color Harmonies of #B3D103
Complementary color
Monochromatic Colors of #B3D103
Black with #B3D103
Text Example
Text Example
White with #B3D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D103; }
p { color: rgb(179,209,3); }
H1.HeaderClassName
{
color: #B3D103;
}
.AnyTagClassName
{
color: #B3D103;
}
</style>
background-color css
<style>
a { background-color: #B3D103; }
a { background-color: rgb(179,209,3); }
div.DivClassName
{
background-color: #B3D103;
}
.BgClassName
{
background-color: #B3D103;
}
</style>
border-color css
<style>
span { border-color: #B3D103; }
span { border-color: rgb(179,209,3); }
td.TdClassName
{
border-color: #B3D103;
}
.TagClassName
{
border-color: #B3D103;
}
</style>