Shades of La Rioja #B2D003
Tints of La Rioja #B2D003
RGB
CMYK
RGB Variations
Color information
#B2D003 (or 0xB2D003) is known color: La Rioja. HEX triplet: B2, D0 and 03. RGB value is (178,208,3). Sum of RGB (Red+Green+Blue) = 178+208+3=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D003 is #4D2FFC. Grayscale: #B0B0B0. Windows color (decimal): -5058557 or 250034. OLE color: 250034.
HSL color Cylindrical-coordinate representation of color #B2D003: hue angle of 68.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2D003 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.18 |
| HSL | 68.78º | 0.97% | 0.41% | - |
| HSV(B) | 68.78º | 0.99% | 0.82% | - |
| XYZ | 40.93 | 54.58 | 8.46 | - |
| YUV | 175.66 | 30.56 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 3 | 0.14 | 0 | 0.99 | 0.18 | 68.78 | 0.97 | 0.41 |
| Hex | B2 | D0 | 3 | E | 0 | 63 | 12 | 45 | 61 | 29 |
| Octal | 262 | 320 | 3 | 16 | 0 | 143 | 22 | 105 | 141 | 51 |
| Binary | 10110010 | 11010000 | 11 | 1110 | 0 | 1100011 | 10010 | 1000101 | 1100001 | 101001 |
Color Harmonies of #B2D003
Complementary color
Monochromatic Colors of #B2D003
Black with #B2D003
Text Example
Text Example
White with #B2D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D003; }
p { color: rgb(178,208,3); }
H1.HeaderClassName
{
color: #B2D003;
}
.AnyTagClassName
{
color: #B2D003;
}
</style>
background-color css
<style>
a { background-color: #B2D003; }
a { background-color: rgb(178,208,3); }
div.DivClassName
{
background-color: #B2D003;
}
.BgClassName
{
background-color: #B2D003;
}
</style>
border-color css
<style>
span { border-color: #B2D003; }
span { border-color: rgb(178,208,3); }
td.TdClassName
{
border-color: #B2D003;
}
.TagClassName
{
border-color: #B2D003;
}
</style>