Shades of La Rioja #B8C40F
Tints of La Rioja #B8C40F
RGB
CMYK
RGB Variations
Color information
#B8C40F (or 0xB8C40F) is known color: La Rioja. HEX triplet: B8, C4 and 0F. RGB value is (184,196,15). Sum of RGB (Red+Green+Blue) = 184+196+15=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C40F is #473BF0. Grayscale: #ACACAC. Windows color (decimal): -4668401 or 1033400. OLE color: 1033400.
HSL color Cylindrical-coordinate representation of color #B8C40F: hue angle of 63.98º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8C40F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 15 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.23 |
| HSL | 63.98º | 0.86% | 0.41% | - |
| HSV(B) | 63.98º | 0.92% | 0.77% | - |
| XYZ | 39.59 | 49.7 | 7.96 | - |
| YUV | 171.78 | 39.52 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 15 | 0.06 | 0 | 0.92 | 0.23 | 63.98 | 0.86 | 0.41 |
| Hex | B8 | C4 | F | 6 | 0 | 5C | 17 | 40 | 56 | 29 |
| Octal | 270 | 304 | 17 | 6 | 0 | 134 | 27 | 100 | 126 | 51 |
| Binary | 10111000 | 11000100 | 1111 | 110 | 0 | 1011100 | 10111 | 1000000 | 1010110 | 101001 |
Color Harmonies of #B8C40F
Complementary color
Monochromatic Colors of #B8C40F
Black with #B8C40F
Text Example
Text Example
White with #B8C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C40F; }
p { color: rgb(184,196,15); }
H1.HeaderClassName
{
color: #B8C40F;
}
.AnyTagClassName
{
color: #B8C40F;
}
</style>
background-color css
<style>
a { background-color: #B8C40F; }
a { background-color: rgb(184,196,15); }
div.DivClassName
{
background-color: #B8C40F;
}
.BgClassName
{
background-color: #B8C40F;
}
</style>
border-color css
<style>
span { border-color: #B8C40F; }
span { border-color: rgb(184,196,15); }
td.TdClassName
{
border-color: #B8C40F;
}
.TagClassName
{
border-color: #B8C40F;
}
</style>