Shades of La Rioja #B8C20C
Tints of La Rioja #B8C20C
RGB
CMYK
RGB Variations
Color information
#B8C20C (or 0xB8C20C) is known color: La Rioja. HEX triplet: B8, C2 and 0C. RGB value is (184,194,12). Sum of RGB (Red+Green+Blue) = 184+194+12=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C20C is #473DF3. Grayscale: #AAAAAA. Windows color (decimal): -4668916 or 836280. OLE color: 836280.
HSL color Cylindrical-coordinate representation of color #B8C20C: hue angle of 63.3º degrees, saturation: 0.88, 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 #B8C20C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 12 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.24 |
| HSL | 63.3º | 0.88% | 0.4% | - |
| HSV(B) | 63.3º | 0.94% | 0.76% | - |
| XYZ | 39.13 | 48.8 | 7.71 | - |
| YUV | 170.26 | 38.69 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 12 | 0.05 | 0 | 0.94 | 0.24 | 63.3 | 0.88 | 0.4 |
| Hex | B8 | C2 | C | 5 | 0 | 5E | 18 | 3F | 58 | 28 |
| Octal | 270 | 302 | 14 | 5 | 0 | 136 | 30 | 77 | 130 | 50 |
| Binary | 10111000 | 11000010 | 1100 | 101 | 0 | 1011110 | 11000 | 111111 | 1011000 | 101000 |
Color Harmonies of #B8C20C
Complementary color
Monochromatic Colors of #B8C20C
Black with #B8C20C
Text Example
Text Example
White with #B8C20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C20C; }
p { color: rgb(184,194,12); }
H1.HeaderClassName
{
color: #B8C20C;
}
.AnyTagClassName
{
color: #B8C20C;
}
</style>
background-color css
<style>
a { background-color: #B8C20C; }
a { background-color: rgb(184,194,12); }
div.DivClassName
{
background-color: #B8C20C;
}
.BgClassName
{
background-color: #B8C20C;
}
</style>
border-color css
<style>
span { border-color: #B8C20C; }
span { border-color: rgb(184,194,12); }
td.TdClassName
{
border-color: #B8C20C;
}
.TagClassName
{
border-color: #B8C20C;
}
</style>