Shades of La Rioja #B2D002
Tints of La Rioja #B2D002
RGB
CMYK
RGB Variations
Color information
#B2D002 (or 0xB2D002) is known color: La Rioja. HEX triplet: B2, D0 and 02. RGB value is (178,208,2). Sum of RGB (Red+Green+Blue) = 178+208+2=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D002 is #4D2FFD. Grayscale: #B0B0B0. Windows color (decimal): -5058558 or 184498. OLE color: 184498.
HSL color Cylindrical-coordinate representation of color #B2D002: hue angle of 68.74º degrees, saturation: 0.98, 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 #B2D002 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.18 |
| HSL | 68.74º | 0.98% | 0.41% | - |
| HSV(B) | 68.74º | 0.99% | 0.82% | - |
| XYZ | 40.93 | 54.58 | 8.44 | - |
| YUV | 175.55 | 30.06 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 2 | 0.14 | 0 | 0.99 | 0.18 | 68.74 | 0.98 | 0.41 |
| Hex | B2 | D0 | 2 | E | 0 | 63 | 12 | 45 | 62 | 29 |
| Octal | 262 | 320 | 2 | 16 | 0 | 143 | 22 | 105 | 142 | 51 |
| Binary | 10110010 | 11010000 | 10 | 1110 | 0 | 1100011 | 10010 | 1000101 | 1100010 | 101001 |
Color Harmonies of #B2D002
Complementary color
Monochromatic Colors of #B2D002
Black with #B2D002
Text Example
Text Example
White with #B2D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D002; }
p { color: rgb(178,208,2); }
H1.HeaderClassName
{
color: #B2D002;
}
.AnyTagClassName
{
color: #B2D002;
}
</style>
background-color css
<style>
a { background-color: #B2D002; }
a { background-color: rgb(178,208,2); }
div.DivClassName
{
background-color: #B2D002;
}
.BgClassName
{
background-color: #B2D002;
}
</style>
border-color css
<style>
span { border-color: #B2D002; }
span { border-color: rgb(178,208,2); }
td.TdClassName
{
border-color: #B2D002;
}
.TagClassName
{
border-color: #B2D002;
}
</style>