Shades of La Rioja #B3C00B
Tints of La Rioja #B3C00B
RGB
CMYK
RGB Variations
Color information
#B3C00B (or 0xB3C00B) is known color: La Rioja. HEX triplet: B3, C0 and 0B. RGB value is (179,192,11). Sum of RGB (Red+Green+Blue) = 179+192+11=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C00B is #4C3FF4. Grayscale: #A8A8A8. Windows color (decimal): -4997109 or 770227. OLE color: 770227.
HSL color Cylindrical-coordinate representation of color #B3C00B: hue angle of 64.31º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3C00B is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 11 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.25 |
| HSL | 64.31º | 0.89% | 0.4% | - |
| HSV(B) | 64.31º | 0.94% | 0.75% | - |
| XYZ | 37.5 | 47.31 | 7.47 | - |
| YUV | 167.48 | 39.69 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 11 | 0.07 | 0 | 0.94 | 0.25 | 64.31 | 0.89 | 0.4 |
| Hex | B3 | C0 | B | 7 | 0 | 5E | 19 | 40 | 59 | 28 |
| Octal | 263 | 300 | 13 | 7 | 0 | 136 | 31 | 100 | 131 | 50 |
| Binary | 10110011 | 11000000 | 1011 | 111 | 0 | 1011110 | 11001 | 1000000 | 1011001 | 101000 |
Color Harmonies of #B3C00B
Complementary color
Monochromatic Colors of #B3C00B
Black with #B3C00B
Text Example
Text Example
White with #B3C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C00B; }
p { color: rgb(179,192,11); }
H1.HeaderClassName
{
color: #B3C00B;
}
.AnyTagClassName
{
color: #B3C00B;
}
</style>
background-color css
<style>
a { background-color: #B3C00B; }
a { background-color: rgb(179,192,11); }
div.DivClassName
{
background-color: #B3C00B;
}
.BgClassName
{
background-color: #B3C00B;
}
</style>
border-color css
<style>
span { border-color: #B3C00B; }
span { border-color: rgb(179,192,11); }
td.TdClassName
{
border-color: #B3C00B;
}
.TagClassName
{
border-color: #B3C00B;
}
</style>