Shades of La Rioja #B3C505
Tints of La Rioja #B3C505
RGB
CMYK
RGB Variations
Color information
#B3C505 (or 0xB3C505) is known color: La Rioja. HEX triplet: B3, C5 and 05. RGB value is (179,197,5). Sum of RGB (Red+Green+Blue) = 179+197+5=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C505 is #4C3AFA. Grayscale: #AAAAAA. Windows color (decimal): -4995835 or 378291. OLE color: 378291.
HSL color Cylindrical-coordinate representation of color #B3C505: hue angle of 65.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B3C505 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 5 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.23 |
| HSL | 65.63º | 0.95% | 0.4% | - |
| HSV(B) | 65.63º | 0.97% | 0.77% | - |
| XYZ | 38.58 | 49.53 | 7.67 | - |
| YUV | 169.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 5 | 0.09 | 0 | 0.97 | 0.23 | 65.63 | 0.95 | 0.4 |
| Hex | B3 | C5 | 5 | 9 | 0 | 61 | 17 | 42 | 5F | 28 |
| Octal | 263 | 305 | 5 | 11 | 0 | 141 | 27 | 102 | 137 | 50 |
| Binary | 10110011 | 11000101 | 101 | 1001 | 0 | 1100001 | 10111 | 1000010 | 1011111 | 101000 |
Color Harmonies of #B3C505
Complementary color
Monochromatic Colors of #B3C505
Black with #B3C505
Text Example
Text Example
White with #B3C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C505; }
p { color: rgb(179,197,5); }
H1.HeaderClassName
{
color: #B3C505;
}
.AnyTagClassName
{
color: #B3C505;
}
</style>
background-color css
<style>
a { background-color: #B3C505; }
a { background-color: rgb(179,197,5); }
div.DivClassName
{
background-color: #B3C505;
}
.BgClassName
{
background-color: #B3C505;
}
</style>
border-color css
<style>
span { border-color: #B3C505; }
span { border-color: rgb(179,197,5); }
td.TdClassName
{
border-color: #B3C505;
}
.TagClassName
{
border-color: #B3C505;
}
</style>