Shades of La Rioja #B8C20B
Tints of La Rioja #B8C20B
RGB
CMYK
RGB Variations
Color information
#B8C20B (or 0xB8C20B) is known color: La Rioja. HEX triplet: B8, C2 and 0B. RGB value is (184,194,11). Sum of RGB (Red+Green+Blue) = 184+194+11=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C20B is #473DF4. Grayscale: #AAAAAA. Windows color (decimal): -4668917 or 770744. OLE color: 770744.
HSL color Cylindrical-coordinate representation of color #B8C20B: hue angle of 63.28º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8C20B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.24 |
| HSL | 63.28º | 0.89% | 0.4% | - |
| HSV(B) | 63.28º | 0.94% | 0.76% | - |
| XYZ | 39.12 | 48.8 | 7.67 | - |
| YUV | 170.15 | 38.19 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 11 | 0.05 | 0 | 0.94 | 0.24 | 63.28 | 0.89 | 0.4 |
| Hex | B8 | C2 | B | 5 | 0 | 5E | 18 | 3F | 59 | 28 |
| Octal | 270 | 302 | 13 | 5 | 0 | 136 | 30 | 77 | 131 | 50 |
| Binary | 10111000 | 11000010 | 1011 | 101 | 0 | 1011110 | 11000 | 111111 | 1011001 | 101000 |
Color Harmonies of #B8C20B
Complementary color
Monochromatic Colors of #B8C20B
Black with #B8C20B
Text Example
Text Example
White with #B8C20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C20B; }
p { color: rgb(184,194,11); }
H1.HeaderClassName
{
color: #B8C20B;
}
.AnyTagClassName
{
color: #B8C20B;
}
</style>
background-color css
<style>
a { background-color: #B8C20B; }
a { background-color: rgb(184,194,11); }
div.DivClassName
{
background-color: #B8C20B;
}
.BgClassName
{
background-color: #B8C20B;
}
</style>
border-color css
<style>
span { border-color: #B8C20B; }
span { border-color: rgb(184,194,11); }
td.TdClassName
{
border-color: #B8C20B;
}
.TagClassName
{
border-color: #B8C20B;
}
</style>