Shades of La Rioja #B3C707
Tints of La Rioja #B3C707
RGB
CMYK
RGB Variations
Color information
#B3C707 (or 0xB3C707) is known color: La Rioja. HEX triplet: B3, C7 and 07. RGB value is (179,199,7). Sum of RGB (Red+Green+Blue) = 179+199+7=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C707 is #4C38F8. Grayscale: #ABABAB. Windows color (decimal): -4995321 or 509875. OLE color: 509875.
HSL color Cylindrical-coordinate representation of color #B3C707: hue angle of 66.25º degrees, saturation: 0.93, 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 #B3C707 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 199 | 7 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.22 |
| HSL | 66.25º | 0.93% | 0.4% | - |
| HSV(B) | 66.25º | 0.96% | 0.78% | - |
| XYZ | 39.05 | 50.45 | 7.88 | - |
| YUV | 171.13 | 35.37 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 7 | 0.10 | 0 | 0.96 | 0.22 | 66.25 | 0.93 | 0.4 |
| Hex | B3 | C7 | 7 | A | 0 | 60 | 16 | 42 | 5D | 28 |
| Octal | 263 | 307 | 7 | 12 | 0 | 140 | 26 | 102 | 135 | 50 |
| Binary | 10110011 | 11000111 | 111 | 1010 | 0 | 1100000 | 10110 | 1000010 | 1011101 | 101000 |
Color Harmonies of #B3C707
Complementary color
Monochromatic Colors of #B3C707
Black with #B3C707
Text Example
Text Example
White with #B3C707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C707; }
p { color: rgb(179,199,7); }
H1.HeaderClassName
{
color: #B3C707;
}
.AnyTagClassName
{
color: #B3C707;
}
</style>
background-color css
<style>
a { background-color: #B3C707; }
a { background-color: rgb(179,199,7); }
div.DivClassName
{
background-color: #B3C707;
}
.BgClassName
{
background-color: #B3C707;
}
</style>
border-color css
<style>
span { border-color: #B3C707; }
span { border-color: rgb(179,199,7); }
td.TdClassName
{
border-color: #B3C707;
}
.TagClassName
{
border-color: #B3C707;
}
</style>