Shades of La Rioja #B2C00B
Tints of La Rioja #B2C00B
RGB
CMYK
RGB Variations
Color information
#B2C00B (or 0xB2C00B) is known color: La Rioja. HEX triplet: B2, C0 and 0B. RGB value is (178,192,11). Sum of RGB (Red+Green+Blue) = 178+192+11=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C00B is #4D3FF4. Grayscale: #A7A7A7. Windows color (decimal): -5062645 or 770226. OLE color: 770226.
HSL color Cylindrical-coordinate representation of color #B2C00B: hue angle of 64.64º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2C00B is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 11 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.25 |
| HSL | 64.64º | 0.89% | 0.4% | - |
| HSV(B) | 64.64º | 0.94% | 0.75% | - |
| XYZ | 37.27 | 47.19 | 7.46 | - |
| YUV | 167.18 | 39.86 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 11 | 0.07 | 0 | 0.94 | 0.25 | 64.64 | 0.89 | 0.4 |
| Hex | B2 | C0 | B | 7 | 0 | 5E | 19 | 41 | 59 | 28 |
| Octal | 262 | 300 | 13 | 7 | 0 | 136 | 31 | 101 | 131 | 50 |
| Binary | 10110010 | 11000000 | 1011 | 111 | 0 | 1011110 | 11001 | 1000001 | 1011001 | 101000 |
Color Harmonies of #B2C00B
Complementary color
Monochromatic Colors of #B2C00B
Black with #B2C00B
Text Example
Text Example
White with #B2C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C00B; }
p { color: rgb(178,192,11); }
H1.HeaderClassName
{
color: #B2C00B;
}
.AnyTagClassName
{
color: #B2C00B;
}
</style>
background-color css
<style>
a { background-color: #B2C00B; }
a { background-color: rgb(178,192,11); }
div.DivClassName
{
background-color: #B2C00B;
}
.BgClassName
{
background-color: #B2C00B;
}
</style>
border-color css
<style>
span { border-color: #B2C00B; }
span { border-color: rgb(178,192,11); }
td.TdClassName
{
border-color: #B2C00B;
}
.TagClassName
{
border-color: #B2C00B;
}
</style>