Shades of La Rioja #B3C103
Tints of La Rioja #B3C103
RGB
CMYK
RGB Variations
Color information
#B3C103 (or 0xB3C103) is known color: La Rioja. HEX triplet: B3, C1 and 03. RGB value is (179,193,3). Sum of RGB (Red+Green+Blue) = 179+193+3=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C103 is #4C3EFC. Grayscale: #A7A7A7. Windows color (decimal): -4996861 or 246195. OLE color: 246195.
HSL color Cylindrical-coordinate representation of color #B3C103: hue angle of 64.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3C103 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 3 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.24 |
| HSL | 64.42º | 0.97% | 0.38% | - |
| HSV(B) | 64.42º | 0.98% | 0.76% | - |
| XYZ | 37.68 | 47.73 | 7.31 | - |
| YUV | 167.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 3 | 0.07 | 0 | 0.98 | 0.24 | 64.42 | 0.97 | 0.38 |
| Hex | B3 | C1 | 3 | 7 | 0 | 62 | 18 | 40 | 61 | 26 |
| Octal | 263 | 301 | 3 | 7 | 0 | 142 | 30 | 100 | 141 | 46 |
| Binary | 10110011 | 11000001 | 11 | 111 | 0 | 1100010 | 11000 | 1000000 | 1100001 | 100110 |
Color Harmonies of #B3C103
Complementary color
Monochromatic Colors of #B3C103
Black with #B3C103
Text Example
Text Example
White with #B3C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C103; }
p { color: rgb(179,193,3); }
H1.HeaderClassName
{
color: #B3C103;
}
.AnyTagClassName
{
color: #B3C103;
}
</style>
background-color css
<style>
a { background-color: #B3C103; }
a { background-color: rgb(179,193,3); }
div.DivClassName
{
background-color: #B3C103;
}
.BgClassName
{
background-color: #B3C103;
}
</style>
border-color css
<style>
span { border-color: #B3C103; }
span { border-color: rgb(179,193,3); }
td.TdClassName
{
border-color: #B3C103;
}
.TagClassName
{
border-color: #B3C103;
}
</style>