Shades of La Rioja #B2C60C
Tints of La Rioja #B2C60C
RGB
CMYK
RGB Variations
Color information
#B2C60C (or 0xB2C60C) is known color: La Rioja. HEX triplet: B2, C6 and 0C. RGB value is (178,198,12). Sum of RGB (Red+Green+Blue) = 178+198+12=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C60C is #4D39F3. Grayscale: #ABABAB. Windows color (decimal): -5061108 or 837298. OLE color: 837298.
HSL color Cylindrical-coordinate representation of color #B2C60C: hue angle of 66.45º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2C60C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.22 |
| HSL | 66.45º | 0.89% | 0.41% | - |
| HSV(B) | 66.45º | 0.94% | 0.78% | - |
| XYZ | 38.62 | 49.88 | 7.94 | - |
| YUV | 170.82 | 38.37 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 12 | 0.10 | 0 | 0.94 | 0.22 | 66.45 | 0.89 | 0.41 |
| Hex | B2 | C6 | C | A | 0 | 5E | 16 | 42 | 59 | 29 |
| Octal | 262 | 306 | 14 | 12 | 0 | 136 | 26 | 102 | 131 | 51 |
| Binary | 10110010 | 11000110 | 1100 | 1010 | 0 | 1011110 | 10110 | 1000010 | 1011001 | 101001 |
Color Harmonies of #B2C60C
Complementary color
Monochromatic Colors of #B2C60C
Black with #B2C60C
Text Example
Text Example
White with #B2C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C60C; }
p { color: rgb(178,198,12); }
H1.HeaderClassName
{
color: #B2C60C;
}
.AnyTagClassName
{
color: #B2C60C;
}
</style>
background-color css
<style>
a { background-color: #B2C60C; }
a { background-color: rgb(178,198,12); }
div.DivClassName
{
background-color: #B2C60C;
}
.BgClassName
{
background-color: #B2C60C;
}
</style>
border-color css
<style>
span { border-color: #B2C60C; }
span { border-color: rgb(178,198,12); }
td.TdClassName
{
border-color: #B2C60C;
}
.TagClassName
{
border-color: #B2C60C;
}
</style>