Shades of La Rioja #B6BC04
Tints of La Rioja #B6BC04
RGB
CMYK
RGB Variations
Color information
#B6BC04 (or 0xB6BC04) is known color: La Rioja. HEX triplet: B6, BC and 04. RGB value is (182,188,4). Sum of RGB (Red+Green+Blue) = 182+188+4=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BC04 is #4943FB. Grayscale: #A5A5A5. Windows color (decimal): -4801532 or 310454. OLE color: 310454.
HSL color Cylindrical-coordinate representation of color #B6BC04: hue angle of 61.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6BC04 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 188 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.26 |
| HSL | 61.96º | 0.96% | 0.38% | - |
| HSV(B) | 61.96º | 0.98% | 0.74% | - |
| XYZ | 37.3 | 45.92 | 7.01 | - |
| YUV | 165.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 4 | 0.03 | 0 | 0.98 | 0.26 | 61.96 | 0.96 | 0.38 |
| Hex | B6 | BC | 4 | 3 | 0 | 62 | 1A | 3E | 60 | 26 |
| Octal | 266 | 274 | 4 | 3 | 0 | 142 | 32 | 76 | 140 | 46 |
| Binary | 10110110 | 10111100 | 100 | 11 | 0 | 1100010 | 11010 | 111110 | 1100000 | 100110 |
Color Harmonies of #B6BC04
Complementary color
Monochromatic Colors of #B6BC04
Black with #B6BC04
Text Example
Text Example
White with #B6BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BC04; }
p { color: rgb(182,188,4); }
H1.HeaderClassName
{
color: #B6BC04;
}
.AnyTagClassName
{
color: #B6BC04;
}
</style>
background-color css
<style>
a { background-color: #B6BC04; }
a { background-color: rgb(182,188,4); }
div.DivClassName
{
background-color: #B6BC04;
}
.BgClassName
{
background-color: #B6BC04;
}
</style>
border-color css
<style>
span { border-color: #B6BC04; }
span { border-color: rgb(182,188,4); }
td.TdClassName
{
border-color: #B6BC04;
}
.TagClassName
{
border-color: #B6BC04;
}
</style>