Shades of La Rioja #B7CF04
Tints of La Rioja #B7CF04
RGB
CMYK
RGB Variations
Color information
#B7CF04 (or 0xB7CF04) is known color: La Rioja. HEX triplet: B7, CF and 04. RGB value is (183,207,4). Sum of RGB (Red+Green+Blue) = 183+207+4=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CF04 is #4830FB. Grayscale: #B1B1B1. Windows color (decimal): -4731132 or 315319. OLE color: 315319.
HSL color Cylindrical-coordinate representation of color #B7CF04: hue angle of 67.09º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7CF04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.19 |
| HSL | 67.09º | 0.96% | 0.41% | - |
| HSV(B) | 67.09º | 0.98% | 0.81% | - |
| XYZ | 41.86 | 54.7 | 8.47 | - |
| YUV | 176.68 | 30.55 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 4 | 0.12 | 0 | 0.98 | 0.19 | 67.09 | 0.96 | 0.41 |
| Hex | B7 | CF | 4 | C | 0 | 62 | 13 | 43 | 60 | 29 |
| Octal | 267 | 317 | 4 | 14 | 0 | 142 | 23 | 103 | 140 | 51 |
| Binary | 10110111 | 11001111 | 100 | 1100 | 0 | 1100010 | 10011 | 1000011 | 1100000 | 101001 |
Color Harmonies of #B7CF04
Complementary color
Monochromatic Colors of #B7CF04
Black with #B7CF04
Text Example
Text Example
White with #B7CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF04; }
p { color: rgb(183,207,4); }
H1.HeaderClassName
{
color: #B7CF04;
}
.AnyTagClassName
{
color: #B7CF04;
}
</style>
background-color css
<style>
a { background-color: #B7CF04; }
a { background-color: rgb(183,207,4); }
div.DivClassName
{
background-color: #B7CF04;
}
.BgClassName
{
background-color: #B7CF04;
}
</style>
border-color css
<style>
span { border-color: #B7CF04; }
span { border-color: rgb(183,207,4); }
td.TdClassName
{
border-color: #B7CF04;
}
.TagClassName
{
border-color: #B7CF04;
}
</style>