Shades of La Rioja #B8C70C
Tints of La Rioja #B8C70C
RGB
CMYK
RGB Variations
Color information
#B8C70C (or 0xB8C70C) is known color: La Rioja. HEX triplet: B8, C7 and 0C. RGB value is (184,199,12). Sum of RGB (Red+Green+Blue) = 184+199+12=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C70C is #4738F3. Grayscale: #ADADAD. Windows color (decimal): -4667636 or 837560. OLE color: 837560.
HSL color Cylindrical-coordinate representation of color #B8C70C: hue angle of 64.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8C70C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 199 | 12 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.22 |
| HSL | 64.81º | 0.89% | 0.41% | - |
| HSV(B) | 64.81º | 0.94% | 0.78% | - |
| XYZ | 40.26 | 51.06 | 8.08 | - |
| YUV | 173.2 | 37.03 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 199 | 12 | 0.08 | 0 | 0.94 | 0.22 | 64.81 | 0.89 | 0.41 |
| Hex | B8 | C7 | C | 8 | 0 | 5E | 16 | 41 | 59 | 29 |
| Octal | 270 | 307 | 14 | 10 | 0 | 136 | 26 | 101 | 131 | 51 |
| Binary | 10111000 | 11000111 | 1100 | 1000 | 0 | 1011110 | 10110 | 1000001 | 1011001 | 101001 |
Color Harmonies of #B8C70C
Complementary color
Monochromatic Colors of #B8C70C
Black with #B8C70C
Text Example
Text Example
White with #B8C70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C70C; }
p { color: rgb(184,199,12); }
H1.HeaderClassName
{
color: #B8C70C;
}
.AnyTagClassName
{
color: #B8C70C;
}
</style>
background-color css
<style>
a { background-color: #B8C70C; }
a { background-color: rgb(184,199,12); }
div.DivClassName
{
background-color: #B8C70C;
}
.BgClassName
{
background-color: #B8C70C;
}
</style>
border-color css
<style>
span { border-color: #B8C70C; }
span { border-color: rgb(184,199,12); }
td.TdClassName
{
border-color: #B8C70C;
}
.TagClassName
{
border-color: #B8C70C;
}
</style>