Shades of La Rioja #B6D102
Tints of La Rioja #B6D102
RGB
CMYK
RGB Variations
Color information
#B6D102 (or 0xB6D102) is known color: La Rioja. HEX triplet: B6, D1 and 02. RGB value is (182,209,2). Sum of RGB (Red+Green+Blue) = 182+209+2=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D102 is #492EFD. Grayscale: #B2B2B2. Windows color (decimal): -4796158 or 184758. OLE color: 184758.
HSL color Cylindrical-coordinate representation of color #B6D102: hue angle of 67.83º 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 #B6D102 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 209 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.18 |
| HSL | 67.83º | 0.98% | 0.41% | - |
| HSV(B) | 67.83º | 0.99% | 0.82% | - |
| XYZ | 42.1 | 55.55 | 8.56 | - |
| YUV | 177.33 | 29.05 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 209 | 2 | 0.13 | 0 | 0.99 | 0.18 | 67.83 | 0.98 | 0.41 |
| Hex | B6 | D1 | 2 | D | 0 | 63 | 12 | 44 | 62 | 29 |
| Octal | 266 | 321 | 2 | 15 | 0 | 143 | 22 | 104 | 142 | 51 |
| Binary | 10110110 | 11010001 | 10 | 1101 | 0 | 1100011 | 10010 | 1000100 | 1100010 | 101001 |
Color Harmonies of #B6D102
Complementary color
Monochromatic Colors of #B6D102
Black with #B6D102
Text Example
Text Example
White with #B6D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D102; }
p { color: rgb(182,209,2); }
H1.HeaderClassName
{
color: #B6D102;
}
.AnyTagClassName
{
color: #B6D102;
}
</style>
background-color css
<style>
a { background-color: #B6D102; }
a { background-color: rgb(182,209,2); }
div.DivClassName
{
background-color: #B6D102;
}
.BgClassName
{
background-color: #B6D102;
}
</style>
border-color css
<style>
span { border-color: #B6D102; }
span { border-color: rgb(182,209,2); }
td.TdClassName
{
border-color: #B6D102;
}
.TagClassName
{
border-color: #B6D102;
}
</style>