Shades of La Rioja #B8C60F
Tints of La Rioja #B8C60F
RGB
CMYK
RGB Variations
Color information
#B8C60F (or 0xB8C60F) is known color: La Rioja. HEX triplet: B8, C6 and 0F. RGB value is (184,198,15). Sum of RGB (Red+Green+Blue) = 184+198+15=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C60F is #4739F0. Grayscale: #ADADAD. Windows color (decimal): -4667889 or 1033912. OLE color: 1033912.
HSL color Cylindrical-coordinate representation of color #B8C60F: hue angle of 64.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8C60F is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 15 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.22 |
| HSL | 64.59º | 0.86% | 0.42% | - |
| HSV(B) | 64.59º | 0.92% | 0.78% | - |
| XYZ | 40.05 | 50.61 | 8.11 | - |
| YUV | 172.95 | 38.86 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 15 | 0.07 | 0 | 0.92 | 0.22 | 64.59 | 0.86 | 0.42 |
| Hex | B8 | C6 | F | 7 | 0 | 5C | 16 | 41 | 56 | 2A |
| Octal | 270 | 306 | 17 | 7 | 0 | 134 | 26 | 101 | 126 | 52 |
| Binary | 10111000 | 11000110 | 1111 | 111 | 0 | 1011100 | 10110 | 1000001 | 1010110 | 101010 |
Color Harmonies of #B8C60F
Complementary color
Monochromatic Colors of #B8C60F
Black with #B8C60F
Text Example
Text Example
White with #B8C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C60F; }
p { color: rgb(184,198,15); }
H1.HeaderClassName
{
color: #B8C60F;
}
.AnyTagClassName
{
color: #B8C60F;
}
</style>
background-color css
<style>
a { background-color: #B8C60F; }
a { background-color: rgb(184,198,15); }
div.DivClassName
{
background-color: #B8C60F;
}
.BgClassName
{
background-color: #B8C60F;
}
</style>
border-color css
<style>
span { border-color: #B8C60F; }
span { border-color: rgb(184,198,15); }
td.TdClassName
{
border-color: #B8C60F;
}
.TagClassName
{
border-color: #B8C60F;
}
</style>