Shades of La Rioja #B4C206
Tints of La Rioja #B4C206
RGB
CMYK
RGB Variations
Color information
#B4C206 (or 0xB4C206) is known color: La Rioja. HEX triplet: B4, C2 and 06. RGB value is (180,194,6). Sum of RGB (Red+Green+Blue) = 180+194+6=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C206 is #4B3DF9. Grayscale: #A9A9A9. Windows color (decimal): -4931066 or 443060. OLE color: 443060.
HSL color Cylindrical-coordinate representation of color #B4C206: hue angle of 64.47º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4C206 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 194 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.24 |
| HSL | 64.47º | 0.94% | 0.39% | - |
| HSV(B) | 64.47º | 0.97% | 0.76% | - |
| XYZ | 38.15 | 48.3 | 7.48 | - |
| YUV | 168.38 | 36.36 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 6 | 0.07 | 0 | 0.97 | 0.24 | 64.47 | 0.94 | 0.39 |
| Hex | B4 | C2 | 6 | 7 | 0 | 61 | 18 | 40 | 5E | 27 |
| Octal | 264 | 302 | 6 | 7 | 0 | 141 | 30 | 100 | 136 | 47 |
| Binary | 10110100 | 11000010 | 110 | 111 | 0 | 1100001 | 11000 | 1000000 | 1011110 | 100111 |
Color Harmonies of #B4C206
Complementary color
Monochromatic Colors of #B4C206
Black with #B4C206
Text Example
Text Example
White with #B4C206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C206; }
p { color: rgb(180,194,6); }
H1.HeaderClassName
{
color: #B4C206;
}
.AnyTagClassName
{
color: #B4C206;
}
</style>
background-color css
<style>
a { background-color: #B4C206; }
a { background-color: rgb(180,194,6); }
div.DivClassName
{
background-color: #B4C206;
}
.BgClassName
{
background-color: #B4C206;
}
</style>
border-color css
<style>
span { border-color: #B4C206; }
span { border-color: rgb(180,194,6); }
td.TdClassName
{
border-color: #B4C206;
}
.TagClassName
{
border-color: #B4C206;
}
</style>