Shades of La Rioja #B7CE07
Tints of La Rioja #B7CE07
RGB
CMYK
RGB Variations
Color information
#B7CE07 (or 0xB7CE07) is known color: La Rioja. HEX triplet: B7, CE and 07. RGB value is (183,206,7). Sum of RGB (Red+Green+Blue) = 183+206+7=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CE07 is #4831F8. Grayscale: #B1B1B1. Windows color (decimal): -4731385 or 511671. OLE color: 511671.
HSL color Cylindrical-coordinate representation of color #B7CE07: hue angle of 66.93º 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 #B7CE07 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.19 |
| HSL | 66.93º | 0.93% | 0.42% | - |
| HSV(B) | 66.93º | 0.97% | 0.81% | - |
| XYZ | 41.64 | 54.23 | 8.47 | - |
| YUV | 176.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 7 | 0.11 | 0 | 0.97 | 0.19 | 66.93 | 0.93 | 0.42 |
| Hex | B7 | CE | 7 | B | 0 | 61 | 13 | 43 | 5D | 2A |
| Octal | 267 | 316 | 7 | 13 | 0 | 141 | 23 | 103 | 135 | 52 |
| Binary | 10110111 | 11001110 | 111 | 1011 | 0 | 1100001 | 10011 | 1000011 | 1011101 | 101010 |
Color Harmonies of #B7CE07
Complementary color
Monochromatic Colors of #B7CE07
Black with #B7CE07
Text Example
Text Example
White with #B7CE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE07; }
p { color: rgb(183,206,7); }
H1.HeaderClassName
{
color: #B7CE07;
}
.AnyTagClassName
{
color: #B7CE07;
}
</style>
background-color css
<style>
a { background-color: #B7CE07; }
a { background-color: rgb(183,206,7); }
div.DivClassName
{
background-color: #B7CE07;
}
.BgClassName
{
background-color: #B7CE07;
}
</style>
border-color css
<style>
span { border-color: #B7CE07; }
span { border-color: rgb(183,206,7); }
td.TdClassName
{
border-color: #B7CE07;
}
.TagClassName
{
border-color: #B7CE07;
}
</style>