Shades of La Rioja #B3C40C
Tints of La Rioja #B3C40C
RGB
CMYK
RGB Variations
Color information
#B3C40C (or 0xB3C40C) is known color: La Rioja. HEX triplet: B3, C4 and 0C. RGB value is (179,196,12). Sum of RGB (Red+Green+Blue) = 179+196+12=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C40C is #4C3BF3. Grayscale: #AAAAAA. Windows color (decimal): -4996084 or 836787. OLE color: 836787.
HSL color Cylindrical-coordinate representation of color #B3C40C: hue angle of 65.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3C40C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 12 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.23 |
| HSL | 65.54º | 0.88% | 0.41% | - |
| HSV(B) | 65.54º | 0.94% | 0.77% | - |
| XYZ | 38.4 | 49.09 | 7.8 | - |
| YUV | 169.94 | 38.87 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 12 | 0.09 | 0 | 0.94 | 0.23 | 65.54 | 0.88 | 0.41 |
| Hex | B3 | C4 | C | 9 | 0 | 5E | 17 | 42 | 58 | 29 |
| Octal | 263 | 304 | 14 | 11 | 0 | 136 | 27 | 102 | 130 | 51 |
| Binary | 10110011 | 11000100 | 1100 | 1001 | 0 | 1011110 | 10111 | 1000010 | 1011000 | 101001 |
Color Harmonies of #B3C40C
Complementary color
Monochromatic Colors of #B3C40C
Black with #B3C40C
Text Example
Text Example
White with #B3C40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C40C; }
p { color: rgb(179,196,12); }
H1.HeaderClassName
{
color: #B3C40C;
}
.AnyTagClassName
{
color: #B3C40C;
}
</style>
background-color css
<style>
a { background-color: #B3C40C; }
a { background-color: rgb(179,196,12); }
div.DivClassName
{
background-color: #B3C40C;
}
.BgClassName
{
background-color: #B3C40C;
}
</style>
border-color css
<style>
span { border-color: #B3C40C; }
span { border-color: rgb(179,196,12); }
td.TdClassName
{
border-color: #B3C40C;
}
.TagClassName
{
border-color: #B3C40C;
}
</style>