Shades of La Rioja #B2D008
Tints of La Rioja #B2D008
RGB
CMYK
RGB Variations
Color information
#B2D008 (or 0xB2D008) is known color: La Rioja. HEX triplet: B2, D0 and 08. RGB value is (178,208,8). Sum of RGB (Red+Green+Blue) = 178+208+8=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D008 is #4D2FF7. Grayscale: #B1B1B1. Windows color (decimal): -5058552 or 577714. OLE color: 577714.
HSL color Cylindrical-coordinate representation of color #B2D008: hue angle of 69º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2D008 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.18 |
| HSL | 69º | 0.93% | 0.42% | - |
| HSV(B) | 69º | 0.96% | 0.82% | - |
| XYZ | 40.96 | 54.59 | 8.61 | - |
| YUV | 176.23 | 33.06 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 8 | 0.14 | 0 | 0.96 | 0.18 | 69 | 0.93 | 0.42 |
| Hex | B2 | D0 | 8 | E | 0 | 60 | 12 | 45 | 5D | 2A |
| Octal | 262 | 320 | 10 | 16 | 0 | 140 | 22 | 105 | 135 | 52 |
| Binary | 10110010 | 11010000 | 1000 | 1110 | 0 | 1100000 | 10010 | 1000101 | 1011101 | 101010 |
Color Harmonies of #B2D008
Complementary color
Monochromatic Colors of #B2D008
Black with #B2D008
Text Example
Text Example
White with #B2D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D008; }
p { color: rgb(178,208,8); }
H1.HeaderClassName
{
color: #B2D008;
}
.AnyTagClassName
{
color: #B2D008;
}
</style>
background-color css
<style>
a { background-color: #B2D008; }
a { background-color: rgb(178,208,8); }
div.DivClassName
{
background-color: #B2D008;
}
.BgClassName
{
background-color: #B2D008;
}
</style>
border-color css
<style>
span { border-color: #B2D008; }
span { border-color: rgb(178,208,8); }
td.TdClassName
{
border-color: #B2D008;
}
.TagClassName
{
border-color: #B2D008;
}
</style>