Shades of La Rioja #B3D000
Tints of La Rioja #B3D000
RGB
CMYK
RGB Variations
Color information
#B3D000 (or 0xB3D000) is known color: La Rioja. HEX triplet: B3, D0 and 00. RGB value is (179,208,0). Sum of RGB (Red+Green+Blue) = 179+208+0=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #B3D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3D000 is #4C2FFF. Grayscale: #B0B0B0. Windows color (decimal): -4993024 or 53427. OLE color: 53427.
HSL color Cylindrical-coordinate representation of color #B3D000: hue angle of 68.37º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3D000 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 208 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.18 |
| HSL | 68.37º | 1% | 0.41% | - |
| HSV(B) | 68.37º | 1% | 0.82% | - |
| XYZ | 41.15 | 54.7 | 8.39 | - |
| YUV | 175.62 | 28.89 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 208 | 0 | 0.14 | 0 | 1 | 0.18 | 68.37 | 1 | 0.41 |
| Hex | B3 | D0 | 0 | E | 0 | 64 | 12 | 44 | 64 | 29 |
| Octal | 263 | 320 | 0 | 16 | 0 | 144 | 22 | 104 | 144 | 51 |
| Binary | 10110011 | 11010000 | 0 | 1110 | 0 | 1100100 | 10010 | 1000100 | 1100100 | 101001 |
Color Harmonies of #B3D000
Complementary color
Monochromatic Colors of #B3D000
Black with #B3D000
Text Example
Text Example
White with #B3D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D000; }
p { color: rgb(179,208,0); }
H1.HeaderClassName
{
color: #B3D000;
}
.AnyTagClassName
{
color: #B3D000;
}
</style>
background-color css
<style>
a { background-color: #B3D000; }
a { background-color: rgb(179,208,0); }
div.DivClassName
{
background-color: #B3D000;
}
.BgClassName
{
background-color: #B3D000;
}
</style>
border-color css
<style>
span { border-color: #B3D000; }
span { border-color: rgb(179,208,0); }
td.TdClassName
{
border-color: #B3D000;
}
.TagClassName
{
border-color: #B3D000;
}
</style>