Shades of La Rioja #B8C202
Tints of La Rioja #B8C202
RGB
CMYK
RGB Variations
Color information
#B8C202 (or 0xB8C202) is known color: La Rioja. HEX triplet: B8, C2 and 02. RGB value is (184,194,2). Sum of RGB (Red+Green+Blue) = 184+194+2=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C202 is #473DFD. Grayscale: #A9A9A9. Windows color (decimal): -4668926 or 180920. OLE color: 180920.
HSL color Cylindrical-coordinate representation of color #B8C202: hue angle of 63.12º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8C202 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.24 |
| HSL | 63.13º | 0.98% | 0.38% | - |
| HSV(B) | 63.13º | 0.99% | 0.76% | - |
| XYZ | 39.07 | 48.78 | 7.41 | - |
| YUV | 169.12 | 33.69 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 2 | 0.05 | 0 | 0.99 | 0.24 | 63.13 | 0.98 | 0.38 |
| Hex | B8 | C2 | 2 | 5 | 0 | 63 | 18 | 3F | 62 | 26 |
| Octal | 270 | 302 | 2 | 5 | 0 | 143 | 30 | 77 | 142 | 46 |
| Binary | 10111000 | 11000010 | 10 | 101 | 0 | 1100011 | 11000 | 111111 | 1100010 | 100110 |
Color Harmonies of #B8C202
Complementary color
Monochromatic Colors of #B8C202
Black with #B8C202
Text Example
Text Example
White with #B8C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C202; }
p { color: rgb(184,194,2); }
H1.HeaderClassName
{
color: #B8C202;
}
.AnyTagClassName
{
color: #B8C202;
}
</style>
background-color css
<style>
a { background-color: #B8C202; }
a { background-color: rgb(184,194,2); }
div.DivClassName
{
background-color: #B8C202;
}
.BgClassName
{
background-color: #B8C202;
}
</style>
border-color css
<style>
span { border-color: #B8C202; }
span { border-color: rgb(184,194,2); }
td.TdClassName
{
border-color: #B8C202;
}
.TagClassName
{
border-color: #B8C202;
}
</style>