Shades of La Rioja #B2D000
Tints of La Rioja #B2D000
RGB
CMYK
RGB Variations
Color information
#B2D000 (or 0xB2D000) is known color: La Rioja. HEX triplet: B2, D0 and 00. RGB value is (178,208,0). Sum of RGB (Red+Green+Blue) = 178+208+0=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D000 is #4D2FFF. Grayscale: #B0B0B0. Windows color (decimal): -5058560 or 53426. OLE color: 53426.
HSL color Cylindrical-coordinate representation of color #B2D000: hue angle of 68.65º 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 #B2D000 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.18 |
| HSL | 68.65º | 1% | 0.41% | - |
| HSV(B) | 68.65º | 1% | 0.82% | - |
| XYZ | 40.92 | 54.58 | 8.38 | - |
| YUV | 175.32 | 29.06 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 0 | 0.14 | 0 | 1 | 0.18 | 68.65 | 1 | 0.41 |
| Hex | B2 | D0 | 0 | E | 0 | 64 | 12 | 45 | 64 | 29 |
| Octal | 262 | 320 | 0 | 16 | 0 | 144 | 22 | 105 | 144 | 51 |
| Binary | 10110010 | 11010000 | 0 | 1110 | 0 | 1100100 | 10010 | 1000101 | 1100100 | 101001 |
Color Harmonies of #B2D000
Complementary color
Monochromatic Colors of #B2D000
Black with #B2D000
Text Example
Text Example
White with #B2D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D000; }
p { color: rgb(178,208,0); }
H1.HeaderClassName
{
color: #B2D000;
}
.AnyTagClassName
{
color: #B2D000;
}
</style>
background-color css
<style>
a { background-color: #B2D000; }
a { background-color: rgb(178,208,0); }
div.DivClassName
{
background-color: #B2D000;
}
.BgClassName
{
background-color: #B2D000;
}
</style>
border-color css
<style>
span { border-color: #B2D000; }
span { border-color: rgb(178,208,0); }
td.TdClassName
{
border-color: #B2D000;
}
.TagClassName
{
border-color: #B2D000;
}
</style>