Shades of La Rioja #B2C311
Tints of La Rioja #B2C311
RGB
CMYK
RGB Variations
Color information
#B2C311 (or 0xB2C311) is known color: La Rioja. HEX triplet: B2, C3 and 11. RGB value is (178,195,17). Sum of RGB (Red+Green+Blue) = 178+195+17=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C311 is #4D3CEE. Grayscale: #AAAAAA. Windows color (decimal): -5061871 or 1164210. OLE color: 1164210.
HSL color Cylindrical-coordinate representation of color #B2C311: hue angle of 65.73º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2C311 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 17 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.24 |
| HSL | 65.73º | 0.84% | 0.42% | - |
| HSV(B) | 65.73º | 0.91% | 0.76% | - |
| XYZ | 37.98 | 48.54 | 7.9 | - |
| YUV | 169.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 17 | 0.09 | 0 | 0.91 | 0.24 | 65.73 | 0.84 | 0.42 |
| Hex | B2 | C3 | 11 | 9 | 0 | 5B | 18 | 42 | 54 | 2A |
| Octal | 262 | 303 | 21 | 11 | 0 | 133 | 30 | 102 | 124 | 52 |
| Binary | 10110010 | 11000011 | 10001 | 1001 | 0 | 1011011 | 11000 | 1000010 | 1010100 | 101010 |
Color Harmonies of #B2C311
Complementary color
Monochromatic Colors of #B2C311
Black with #B2C311
Text Example
Text Example
White with #B2C311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C311; }
p { color: rgb(178,195,17); }
H1.HeaderClassName
{
color: #B2C311;
}
.AnyTagClassName
{
color: #B2C311;
}
</style>
background-color css
<style>
a { background-color: #B2C311; }
a { background-color: rgb(178,195,17); }
div.DivClassName
{
background-color: #B2C311;
}
.BgClassName
{
background-color: #B2C311;
}
</style>
border-color css
<style>
span { border-color: #B2C311; }
span { border-color: rgb(178,195,17); }
td.TdClassName
{
border-color: #B2C311;
}
.TagClassName
{
border-color: #B2C311;
}
</style>