Shades of La Rioja #B2C306
Tints of La Rioja #B2C306
RGB
CMYK
RGB Variations
Color information
#B2C306 (or 0xB2C306) is known color: La Rioja. HEX triplet: B2, C3 and 06. RGB value is (178,195,6). Sum of RGB (Red+Green+Blue) = 178+195+6=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C306 is #4D3CF9. Grayscale: #A9A9A9. Windows color (decimal): -5061882 or 443314. OLE color: 443314.
HSL color Cylindrical-coordinate representation of color #B2C306: hue angle of 65.4º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2C306 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.24 |
| HSL | 65.4º | 0.94% | 0.39% | - |
| HSV(B) | 65.4º | 0.97% | 0.76% | - |
| XYZ | 37.91 | 48.51 | 7.54 | - |
| YUV | 168.37 | 36.37 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 6 | 0.09 | 0 | 0.97 | 0.24 | 65.4 | 0.94 | 0.39 |
| Hex | B2 | C3 | 6 | 9 | 0 | 61 | 18 | 41 | 5E | 27 |
| Octal | 262 | 303 | 6 | 11 | 0 | 141 | 30 | 101 | 136 | 47 |
| Binary | 10110010 | 11000011 | 110 | 1001 | 0 | 1100001 | 11000 | 1000001 | 1011110 | 100111 |
Color Harmonies of #B2C306
Complementary color
Monochromatic Colors of #B2C306
Black with #B2C306
Text Example
Text Example
White with #B2C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C306; }
p { color: rgb(178,195,6); }
H1.HeaderClassName
{
color: #B2C306;
}
.AnyTagClassName
{
color: #B2C306;
}
</style>
background-color css
<style>
a { background-color: #B2C306; }
a { background-color: rgb(178,195,6); }
div.DivClassName
{
background-color: #B2C306;
}
.BgClassName
{
background-color: #B2C306;
}
</style>
border-color css
<style>
span { border-color: #B2C306; }
span { border-color: rgb(178,195,6); }
td.TdClassName
{
border-color: #B2C306;
}
.TagClassName
{
border-color: #B2C306;
}
</style>