Shades of La Rioja #B7BC02
Tints of La Rioja #B7BC02
RGB
CMYK
RGB Variations
Color information
#B7BC02 (or 0xB7BC02) is known color: La Rioja. HEX triplet: B7, BC and 02. RGB value is (183,188,2). Sum of RGB (Red+Green+Blue) = 183+188+2=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BC02 is #4843FD. Grayscale: #A6A6A6. Windows color (decimal): -4735998 or 179383. OLE color: 179383.
HSL color Cylindrical-coordinate representation of color #B7BC02: hue angle of 61.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7BC02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.26 |
| HSL | 61.61º | 0.98% | 0.37% | - |
| HSV(B) | 61.61º | 0.99% | 0.74% | - |
| XYZ | 37.52 | 46.04 | 6.97 | - |
| YUV | 165.3 | 35.84 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 2 | 0.03 | 0 | 0.99 | 0.26 | 61.61 | 0.98 | 0.37 |
| Hex | B7 | BC | 2 | 3 | 0 | 63 | 1A | 3E | 62 | 25 |
| Octal | 267 | 274 | 2 | 3 | 0 | 143 | 32 | 76 | 142 | 45 |
| Binary | 10110111 | 10111100 | 10 | 11 | 0 | 1100011 | 11010 | 111110 | 1100010 | 100101 |
Color Harmonies of #B7BC02
Complementary color
Monochromatic Colors of #B7BC02
Black with #B7BC02
Text Example
Text Example
White with #B7BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC02; }
p { color: rgb(183,188,2); }
H1.HeaderClassName
{
color: #B7BC02;
}
.AnyTagClassName
{
color: #B7BC02;
}
</style>
background-color css
<style>
a { background-color: #B7BC02; }
a { background-color: rgb(183,188,2); }
div.DivClassName
{
background-color: #B7BC02;
}
.BgClassName
{
background-color: #B7BC02;
}
</style>
border-color css
<style>
span { border-color: #B7BC02; }
span { border-color: rgb(183,188,2); }
td.TdClassName
{
border-color: #B7BC02;
}
.TagClassName
{
border-color: #B7BC02;
}
</style>