Shades of La Rioja #B2C900
Tints of La Rioja #B2C900
RGB
CMYK
RGB Variations
Color information
#B2C900 (or 0xB2C900) is known color: La Rioja. HEX triplet: B2, C9 and 00. RGB value is (178,201,0). Sum of RGB (Red+Green+Blue) = 178+201+0=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C900 is #4D36FF. Grayscale: #ABABAB. Windows color (decimal): -5060352 or 51634. OLE color: 51634.
HSL color Cylindrical-coordinate representation of color #B2C900: hue angle of 66.87º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2C900 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.21 |
| HSL | 66.87º | 1% | 0.39% | - |
| HSV(B) | 66.87º | 1% | 0.79% | - |
| XYZ | 39.25 | 51.24 | 7.82 | - |
| YUV | 171.21 | 31.38 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 0 | 0.11 | 0 | 1 | 0.21 | 66.87 | 1 | 0.39 |
| Hex | B2 | C9 | 0 | B | 0 | 64 | 15 | 43 | 64 | 27 |
| Octal | 262 | 311 | 0 | 13 | 0 | 144 | 25 | 103 | 144 | 47 |
| Binary | 10110010 | 11001001 | 0 | 1011 | 0 | 1100100 | 10101 | 1000011 | 1100100 | 100111 |
Color Harmonies of #B2C900
Complementary color
Monochromatic Colors of #B2C900
Black with #B2C900
Text Example
Text Example
White with #B2C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C900; }
p { color: rgb(178,201,0); }
H1.HeaderClassName
{
color: #B2C900;
}
.AnyTagClassName
{
color: #B2C900;
}
</style>
background-color css
<style>
a { background-color: #B2C900; }
a { background-color: rgb(178,201,0); }
div.DivClassName
{
background-color: #B2C900;
}
.BgClassName
{
background-color: #B2C900;
}
</style>
border-color css
<style>
span { border-color: #B2C900; }
span { border-color: rgb(178,201,0); }
td.TdClassName
{
border-color: #B2C900;
}
.TagClassName
{
border-color: #B2C900;
}
</style>