Shades of La Rioja #B3C404
Tints of La Rioja #B3C404
RGB
CMYK
RGB Variations
Color information
#B3C404 (or 0xB3C404) is known color: La Rioja. HEX triplet: B3, C4 and 04. RGB value is (179,196,4). Sum of RGB (Red+Green+Blue) = 179+196+4=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C404 is #4C3BFB. Grayscale: #A9A9A9. Windows color (decimal): -4996092 or 312499. OLE color: 312499.
HSL color Cylindrical-coordinate representation of color #B3C404: hue angle of 65.31º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3C404 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.23 |
| HSL | 65.31º | 0.96% | 0.39% | - |
| HSV(B) | 65.31º | 0.98% | 0.77% | - |
| XYZ | 38.35 | 49.07 | 7.57 | - |
| YUV | 169.03 | 34.87 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 4 | 0.09 | 0 | 0.98 | 0.23 | 65.31 | 0.96 | 0.39 |
| Hex | B3 | C4 | 4 | 9 | 0 | 62 | 17 | 41 | 60 | 27 |
| Octal | 263 | 304 | 4 | 11 | 0 | 142 | 27 | 101 | 140 | 47 |
| Binary | 10110011 | 11000100 | 100 | 1001 | 0 | 1100010 | 10111 | 1000001 | 1100000 | 100111 |
Color Harmonies of #B3C404
Complementary color
Monochromatic Colors of #B3C404
Black with #B3C404
Text Example
Text Example
White with #B3C404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C404; }
p { color: rgb(179,196,4); }
H1.HeaderClassName
{
color: #B3C404;
}
.AnyTagClassName
{
color: #B3C404;
}
</style>
background-color css
<style>
a { background-color: #B3C404; }
a { background-color: rgb(179,196,4); }
div.DivClassName
{
background-color: #B3C404;
}
.BgClassName
{
background-color: #B3C404;
}
</style>
border-color css
<style>
span { border-color: #B3C404; }
span { border-color: rgb(179,196,4); }
td.TdClassName
{
border-color: #B3C404;
}
.TagClassName
{
border-color: #B3C404;
}
</style>