Shades of La Rioja #B5C008
Tints of La Rioja #B5C008
RGB
CMYK
RGB Variations
Color information
#B5C008 (or 0xB5C008) is known color: La Rioja. HEX triplet: B5, C0 and 08. RGB value is (181,192,8). Sum of RGB (Red+Green+Blue) = 181+192+8=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C008 is #4A3FF7. Grayscale: #A8A8A8. Windows color (decimal): -4866040 or 573621. OLE color: 573621.
HSL color Cylindrical-coordinate representation of color #B5C008: hue angle of 63.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5C008 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.25 |
| HSL | 63.59º | 0.92% | 0.39% | - |
| HSV(B) | 63.59º | 0.96% | 0.75% | - |
| XYZ | 37.95 | 47.54 | 7.41 | - |
| YUV | 167.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 8 | 0.06 | 0 | 0.96 | 0.25 | 63.59 | 0.92 | 0.39 |
| Hex | B5 | C0 | 8 | 6 | 0 | 60 | 19 | 40 | 5C | 27 |
| Octal | 265 | 300 | 10 | 6 | 0 | 140 | 31 | 100 | 134 | 47 |
| Binary | 10110101 | 11000000 | 1000 | 110 | 0 | 1100000 | 11001 | 1000000 | 1011100 | 100111 |
Color Harmonies of #B5C008
Complementary color
Monochromatic Colors of #B5C008
Black with #B5C008
Text Example
Text Example
White with #B5C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C008; }
p { color: rgb(181,192,8); }
H1.HeaderClassName
{
color: #B5C008;
}
.AnyTagClassName
{
color: #B5C008;
}
</style>
background-color css
<style>
a { background-color: #B5C008; }
a { background-color: rgb(181,192,8); }
div.DivClassName
{
background-color: #B5C008;
}
.BgClassName
{
background-color: #B5C008;
}
</style>
border-color css
<style>
span { border-color: #B5C008; }
span { border-color: rgb(181,192,8); }
td.TdClassName
{
border-color: #B5C008;
}
.TagClassName
{
border-color: #B5C008;
}
</style>