Shades of La Rioja #B2BF0D
Tints of La Rioja #B2BF0D
RGB
CMYK
RGB Variations
Color information
#B2BF0D (or 0xB2BF0D) is known color: La Rioja. HEX triplet: B2, BF and 0D. RGB value is (178,191,13). Sum of RGB (Red+Green+Blue) = 178+191+13=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF0D is #4D40F2. Grayscale: #A7A7A7. Windows color (decimal): -5062899 or 901042. OLE color: 901042.
HSL color Cylindrical-coordinate representation of color #B2BF0D: hue angle of 64.38º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2BF0D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 13 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.25 |
| HSL | 64.38º | 0.87% | 0.4% | - |
| HSV(B) | 64.38º | 0.93% | 0.75% | - |
| XYZ | 37.06 | 46.76 | 7.45 | - |
| YUV | 166.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 13 | 0.07 | 0 | 0.93 | 0.25 | 64.38 | 0.87 | 0.4 |
| Hex | B2 | BF | D | 7 | 0 | 5D | 19 | 40 | 57 | 28 |
| Octal | 262 | 277 | 15 | 7 | 0 | 135 | 31 | 100 | 127 | 50 |
| Binary | 10110010 | 10111111 | 1101 | 111 | 0 | 1011101 | 11001 | 1000000 | 1010111 | 101000 |
Color Harmonies of #B2BF0D
Complementary color
Monochromatic Colors of #B2BF0D
Black with #B2BF0D
Text Example
Text Example
White with #B2BF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF0D; }
p { color: rgb(178,191,13); }
H1.HeaderClassName
{
color: #B2BF0D;
}
.AnyTagClassName
{
color: #B2BF0D;
}
</style>
background-color css
<style>
a { background-color: #B2BF0D; }
a { background-color: rgb(178,191,13); }
div.DivClassName
{
background-color: #B2BF0D;
}
.BgClassName
{
background-color: #B2BF0D;
}
</style>
border-color css
<style>
span { border-color: #B2BF0D; }
span { border-color: rgb(178,191,13); }
td.TdClassName
{
border-color: #B2BF0D;
}
.TagClassName
{
border-color: #B2BF0D;
}
</style>