Shades of La Rioja #B5C608
Tints of La Rioja #B5C608
RGB
CMYK
RGB Variations
Color information
#B5C608 (or 0xB5C608) is known color: La Rioja. HEX triplet: B5, C6 and 08. RGB value is (181,198,8). Sum of RGB (Red+Green+Blue) = 181+198+8=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C608 is #4A39F7. Grayscale: #ACACAC. Windows color (decimal): -4864504 or 575157. OLE color: 575157.
HSL color Cylindrical-coordinate representation of color #B5C608: hue angle of 65.37º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5C608 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.22 |
| HSL | 65.37º | 0.92% | 0.4% | - |
| HSV(B) | 65.37º | 0.96% | 0.78% | - |
| XYZ | 39.29 | 50.23 | 7.85 | - |
| YUV | 171.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 8 | 0.09 | 0 | 0.96 | 0.22 | 65.37 | 0.92 | 0.4 |
| Hex | B5 | C6 | 8 | 9 | 0 | 60 | 16 | 41 | 5C | 28 |
| Octal | 265 | 306 | 10 | 11 | 0 | 140 | 26 | 101 | 134 | 50 |
| Binary | 10110101 | 11000110 | 1000 | 1001 | 0 | 1100000 | 10110 | 1000001 | 1011100 | 101000 |
Color Harmonies of #B5C608
Complementary color
Monochromatic Colors of #B5C608
Black with #B5C608
Text Example
Text Example
White with #B5C608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C608; }
p { color: rgb(181,198,8); }
H1.HeaderClassName
{
color: #B5C608;
}
.AnyTagClassName
{
color: #B5C608;
}
</style>
background-color css
<style>
a { background-color: #B5C608; }
a { background-color: rgb(181,198,8); }
div.DivClassName
{
background-color: #B5C608;
}
.BgClassName
{
background-color: #B5C608;
}
</style>
border-color css
<style>
span { border-color: #B5C608; }
span { border-color: rgb(181,198,8); }
td.TdClassName
{
border-color: #B5C608;
}
.TagClassName
{
border-color: #B5C608;
}
</style>