Shades of La Rioja #B0C102
Tints of La Rioja #B0C102
RGB
CMYK
RGB Variations
Color information
#B0C102 (or 0xB0C102) is known color: La Rioja. HEX triplet: B0, C1 and 02. RGB value is (176,193,2). Sum of RGB (Red+Green+Blue) = 176+193+2=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C102 is #4F3EFD. Grayscale: #A6A6A6. Windows color (decimal): -5193470 or 180656. OLE color: 180656.
HSL color Cylindrical-coordinate representation of color #B0C102: hue angle of 65.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0C102 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.24 |
| HSL | 65.34º | 0.98% | 0.38% | - |
| HSV(B) | 65.34º | 0.99% | 0.76% | - |
| XYZ | 36.99 | 47.37 | 7.25 | - |
| YUV | 166.14 | 35.37 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 2 | 0.09 | 0 | 0.99 | 0.24 | 65.34 | 0.98 | 0.38 |
| Hex | B0 | C1 | 2 | 9 | 0 | 63 | 18 | 41 | 62 | 26 |
| Octal | 260 | 301 | 2 | 11 | 0 | 143 | 30 | 101 | 142 | 46 |
| Binary | 10110000 | 11000001 | 10 | 1001 | 0 | 1100011 | 11000 | 1000001 | 1100010 | 100110 |
Color Harmonies of #B0C102
Complementary color
Monochromatic Colors of #B0C102
Black with #B0C102
Text Example
Text Example
White with #B0C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C102; }
p { color: rgb(176,193,2); }
H1.HeaderClassName
{
color: #B0C102;
}
.AnyTagClassName
{
color: #B0C102;
}
</style>
background-color css
<style>
a { background-color: #B0C102; }
a { background-color: rgb(176,193,2); }
div.DivClassName
{
background-color: #B0C102;
}
.BgClassName
{
background-color: #B0C102;
}
</style>
border-color css
<style>
span { border-color: #B0C102; }
span { border-color: rgb(176,193,2); }
td.TdClassName
{
border-color: #B0C102;
}
.TagClassName
{
border-color: #B0C102;
}
</style>