Shades of La Rioja #B5CE07
Tints of La Rioja #B5CE07
RGB
CMYK
RGB Variations
Color information
#B5CE07 (or 0xB5CE07) is known color: La Rioja. HEX triplet: B5, CE and 07. RGB value is (181,206,7). Sum of RGB (Red+Green+Blue) = 181+206+7=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CE07 is #4A31F8. Grayscale: #B0B0B0. Windows color (decimal): -4862457 or 511669. OLE color: 511669.
HSL color Cylindrical-coordinate representation of color #B5CE07: hue angle of 67.54º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5CE07 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 7 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.19 |
| HSL | 67.54º | 0.93% | 0.42% | - |
| HSV(B) | 67.54º | 0.97% | 0.81% | - |
| XYZ | 41.17 | 53.98 | 8.45 | - |
| YUV | 175.84 | 32.72 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 7 | 0.12 | 0 | 0.97 | 0.19 | 67.54 | 0.93 | 0.42 |
| Hex | B5 | CE | 7 | C | 0 | 61 | 13 | 44 | 5D | 2A |
| Octal | 265 | 316 | 7 | 14 | 0 | 141 | 23 | 104 | 135 | 52 |
| Binary | 10110101 | 11001110 | 111 | 1100 | 0 | 1100001 | 10011 | 1000100 | 1011101 | 101010 |
Color Harmonies of #B5CE07
Complementary color
Monochromatic Colors of #B5CE07
Black with #B5CE07
Text Example
Text Example
White with #B5CE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE07; }
p { color: rgb(181,206,7); }
H1.HeaderClassName
{
color: #B5CE07;
}
.AnyTagClassName
{
color: #B5CE07;
}
</style>
background-color css
<style>
a { background-color: #B5CE07; }
a { background-color: rgb(181,206,7); }
div.DivClassName
{
background-color: #B5CE07;
}
.BgClassName
{
background-color: #B5CE07;
}
</style>
border-color css
<style>
span { border-color: #B5CE07; }
span { border-color: rgb(181,206,7); }
td.TdClassName
{
border-color: #B5CE07;
}
.TagClassName
{
border-color: #B5CE07;
}
</style>