Shades of La Rioja #B2C800
Tints of La Rioja #B2C800
RGB
CMYK
RGB Variations
Color information
#B2C800 (or 0xB2C800) is known color: La Rioja. HEX triplet: B2, C8 and 00. RGB value is (178,200,0). Sum of RGB (Red+Green+Blue) = 178+200+0=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C800 is #4D37FF. Grayscale: #ABABAB. Windows color (decimal): -5060608 or 51378. OLE color: 51378.
HSL color Cylindrical-coordinate representation of color #B2C800: hue angle of 66.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2C800 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.22 |
| HSL | 66.6º | 1% | 0.39% | - |
| HSV(B) | 66.6º | 1% | 0.78% | - |
| XYZ | 39.01 | 50.77 | 7.74 | - |
| YUV | 170.62 | 31.71 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 0 | 0.11 | 0 | 1 | 0.22 | 66.6 | 1 | 0.39 |
| Hex | B2 | C8 | 0 | B | 0 | 64 | 16 | 43 | 64 | 27 |
| Octal | 262 | 310 | 0 | 13 | 0 | 144 | 26 | 103 | 144 | 47 |
| Binary | 10110010 | 11001000 | 0 | 1011 | 0 | 1100100 | 10110 | 1000011 | 1100100 | 100111 |
Color Harmonies of #B2C800
Complementary color
Monochromatic Colors of #B2C800
Black with #B2C800
Text Example
Text Example
White with #B2C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C800; }
p { color: rgb(178,200,0); }
H1.HeaderClassName
{
color: #B2C800;
}
.AnyTagClassName
{
color: #B2C800;
}
</style>
background-color css
<style>
a { background-color: #B2C800; }
a { background-color: rgb(178,200,0); }
div.DivClassName
{
background-color: #B2C800;
}
.BgClassName
{
background-color: #B2C800;
}
</style>
border-color css
<style>
span { border-color: #B2C800; }
span { border-color: rgb(178,200,0); }
td.TdClassName
{
border-color: #B2C800;
}
.TagClassName
{
border-color: #B2C800;
}
</style>