Shades of La Rioja #B5C103
Tints of La Rioja #B5C103
RGB
CMYK
RGB Variations
Color information
#B5C103 (or 0xB5C103) is known color: La Rioja. HEX triplet: B5, C1 and 03. RGB value is (181,193,3). Sum of RGB (Red+Green+Blue) = 181+193+3=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C103 is #4A3EFC. Grayscale: #A8A8A8. Windows color (decimal): -4865789 or 246197. OLE color: 246197.
HSL color Cylindrical-coordinate representation of color #B5C103: hue angle of 63.79º 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 #B5C103 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 3 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.24 |
| HSL | 63.79º | 0.97% | 0.38% | - |
| HSV(B) | 63.79º | 0.98% | 0.76% | - |
| XYZ | 38.14 | 47.97 | 7.34 | - |
| YUV | 167.75 | 35.02 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 3 | 0.06 | 0 | 0.98 | 0.24 | 63.79 | 0.97 | 0.38 |
| Hex | B5 | C1 | 3 | 6 | 0 | 62 | 18 | 40 | 61 | 26 |
| Octal | 265 | 301 | 3 | 6 | 0 | 142 | 30 | 100 | 141 | 46 |
| Binary | 10110101 | 11000001 | 11 | 110 | 0 | 1100010 | 11000 | 1000000 | 1100001 | 100110 |
Color Harmonies of #B5C103
Complementary color
Monochromatic Colors of #B5C103
Black with #B5C103
Text Example
Text Example
White with #B5C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C103; }
p { color: rgb(181,193,3); }
H1.HeaderClassName
{
color: #B5C103;
}
.AnyTagClassName
{
color: #B5C103;
}
</style>
background-color css
<style>
a { background-color: #B5C103; }
a { background-color: rgb(181,193,3); }
div.DivClassName
{
background-color: #B5C103;
}
.BgClassName
{
background-color: #B5C103;
}
</style>
border-color css
<style>
span { border-color: #B5C103; }
span { border-color: rgb(181,193,3); }
td.TdClassName
{
border-color: #B5C103;
}
.TagClassName
{
border-color: #B5C103;
}
</style>