Shades of La Rioja #B2C011
Tints of La Rioja #B2C011
RGB
CMYK
RGB Variations
Color information
#B2C011 (or 0xB2C011) is known color: La Rioja. HEX triplet: B2, C0 and 11. RGB value is (178,192,17). Sum of RGB (Red+Green+Blue) = 178+192+17=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C011 is #4D3FEE. Grayscale: #A8A8A8. Windows color (decimal): -5062639 or 1163442. OLE color: 1163442.
HSL color Cylindrical-coordinate representation of color #B2C011: hue angle of 64.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2C011 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 17 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.25 |
| HSL | 64.8º | 0.84% | 0.41% | - |
| HSV(B) | 64.8º | 0.91% | 0.75% | - |
| XYZ | 37.31 | 47.2 | 7.68 | - |
| YUV | 167.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 17 | 0.07 | 0 | 0.91 | 0.25 | 64.8 | 0.84 | 0.41 |
| Hex | B2 | C0 | 11 | 7 | 0 | 5B | 19 | 41 | 54 | 29 |
| Octal | 262 | 300 | 21 | 7 | 0 | 133 | 31 | 101 | 124 | 51 |
| Binary | 10110010 | 11000000 | 10001 | 111 | 0 | 1011011 | 11001 | 1000001 | 1010100 | 101001 |
Color Harmonies of #B2C011
Complementary color
Monochromatic Colors of #B2C011
Black with #B2C011
Text Example
Text Example
White with #B2C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C011; }
p { color: rgb(178,192,17); }
H1.HeaderClassName
{
color: #B2C011;
}
.AnyTagClassName
{
color: #B2C011;
}
</style>
background-color css
<style>
a { background-color: #B2C011; }
a { background-color: rgb(178,192,17); }
div.DivClassName
{
background-color: #B2C011;
}
.BgClassName
{
background-color: #B2C011;
}
</style>
border-color css
<style>
span { border-color: #B2C011; }
span { border-color: rgb(178,192,17); }
td.TdClassName
{
border-color: #B2C011;
}
.TagClassName
{
border-color: #B2C011;
}
</style>