Shades of La Rioja #B2C103
Tints of La Rioja #B2C103
RGB
CMYK
RGB Variations
Color information
#B2C103 (or 0xB2C103) is known color: La Rioja. HEX triplet: B2, C1 and 03. RGB value is (178,193,3). Sum of RGB (Red+Green+Blue) = 178+193+3=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C103 is #4D3EFC. Grayscale: #A7A7A7. Windows color (decimal): -5062397 or 246194. OLE color: 246194.
HSL color Cylindrical-coordinate representation of color #B2C103: hue angle of 64.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2C103 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.24 |
| HSL | 64.74º | 0.97% | 0.38% | - |
| HSV(B) | 64.74º | 0.98% | 0.76% | - |
| XYZ | 37.45 | 47.61 | 7.3 | - |
| YUV | 166.86 | 35.53 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 3 | 0.08 | 0 | 0.98 | 0.24 | 64.74 | 0.97 | 0.38 |
| Hex | B2 | C1 | 3 | 8 | 0 | 62 | 18 | 41 | 61 | 26 |
| Octal | 262 | 301 | 3 | 10 | 0 | 142 | 30 | 101 | 141 | 46 |
| Binary | 10110010 | 11000001 | 11 | 1000 | 0 | 1100010 | 11000 | 1000001 | 1100001 | 100110 |
Color Harmonies of #B2C103
Complementary color
Monochromatic Colors of #B2C103
Black with #B2C103
Text Example
Text Example
White with #B2C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C103; }
p { color: rgb(178,193,3); }
H1.HeaderClassName
{
color: #B2C103;
}
.AnyTagClassName
{
color: #B2C103;
}
</style>
background-color css
<style>
a { background-color: #B2C103; }
a { background-color: rgb(178,193,3); }
div.DivClassName
{
background-color: #B2C103;
}
.BgClassName
{
background-color: #B2C103;
}
</style>
border-color css
<style>
span { border-color: #B2C103; }
span { border-color: rgb(178,193,3); }
td.TdClassName
{
border-color: #B2C103;
}
.TagClassName
{
border-color: #B2C103;
}
</style>